From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: toke@toke.dk Received: from krantz.zx2c4.com (localhost [127.0.0.1]) by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTP id 18119d99 for ; Fri, 9 Mar 2018 14:36:51 +0000 (UTC) Received: from mail.toke.dk (mail.toke.dk [52.28.52.200]) by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTP id 4bd60be7 for ; Fri, 9 Mar 2018 14:36:50 +0000 (UTC) From: Toke =?utf-8?Q?H=C3=B8iland-J=C3=B8rgensen?= To: "Jason A. Donenfeld" Subject: Re: Another roaming problem In-Reply-To: References: <87efku1vza.fsf@toke.dk> <85FE1433-439D-439C-A61E-B17754707077@toke.dk> <87h8pqlbw4.fsf@toke.dk> <7088098E-63F5-4ECB-A298-24444987482E@toke.dk> <87efktzhmj.fsf@toke.dk> <87tvtpjp57.fsf@toke.dk> <87o9jxjotf.fsf@toke.dk> Date: Fri, 09 Mar 2018 15:46:35 +0100 Message-ID: <87efktjohg.fsf@toke.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Cc: WireGuard mailing list List-Id: Development discussion of WireGuard List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , "Jason A. Donenfeld" writes: > On Fri, Mar 9, 2018 at 3:39 PM, Toke H=C3=B8iland-J=C3=B8rgensen 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