connection: kick off timeout scan for conn_src, not conn_dst
authorDaniel Mack <zonque@gmail.com>
Thu, 16 Jan 2014 15:59:47 +0000 (16:59 +0100)
committerDaniel Mack <zonque@gmail.com>
Thu, 16 Jan 2014 15:59:49 +0000 (16:59 +0100)
commitee93ba1237d331abf3988807e0588c736802b87a
treeb37daea834594a13a24572f22f557ade33404422
parent86af4449572b5004fc2aeda12b8795fa32ca3d5f
connection: kick off timeout scan for conn_src, not conn_dst

conn_src is the one we added the reply list to, so this one should be
kicked off.

Note that the first invocation of the timeout scanner will unlikely do
any real work anyway. The reason for calling it here is that it will
implicitly calculate a new deadline, and arm the timer.
connection.c