"Jason A. Donenfeld" <[email protected]> writes: > On Fri, Mar 9, 2018 at 3:39 PM, Toke Høiland-Jørgensen <[email protected]> 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 _______________________________________________ WireGuard mailing list [email protected] https://lists.zx2c4.com/mailman/listinfo/wireguard
