On Friday 30 April 2010, Davide Brini wrote: > if (! is_ping_msg (&c->c2.buf)) > register_activity (c, size); > > This is in two places: in process_outgoing_tun() and > process_outgoing_link().
Actually that would probably need to be done only in process_outgoing_link(), as I don't think pings ever make it into the tun device to userspace, since they are discarded by process_incoming_link(). -- D.