Another roaming problem

Toke Høiland-Jørgensen toke at toke.dk
Fri Mar 9 15:46:35 CET 2018


"Jason A. Donenfeld" <Jason at zx2c4.com> writes:

> On Fri, Mar 9, 2018 at 3:39 PM, Toke Høiland-Jørgensen <toke at toke.dk> wrote:
>> And leaving it running a bit more, there is also a call from
>> expired_retransmit_handshake:
>
> Yep! These are the two calls in timers.c.

Right, cool. Kprobes are awesome, BTW (this was my first time trying this):

https://github.com/iovisor/bcc/blob/master/examples/tracing/stacksnoop.py

./stacksnoop.py socket_clear_peer_endpoint_src

and presto; nice stack traces every time they are called :D

-Toke


More information about the WireGuard mailing list