summaryrefslogtreecommitdiff
path: root/curvetun.h
AgeCommit message (Expand)AuthorFilesLines
2013-06-04misc: cleanup header commentsDaniel Borkmann1-6/+0
2013-03-15all: import netsniff-ng 0.5.8-rc0 sourceDaniel Borkmann1-0/+42
ells <dhowells@redhat.com>2016-09-22 00:41:53 +0100 committerDavid Howells <dhowells@redhat.com>2016-09-22 01:26:25 +0100 commitcf1a6474f80735ff4a5d99f3dd68a94dbec8455f (patch) tree8ca17608fce76f66375297f2395b0943d8f1e988 parentf07373ead455a396e15a431bc08d8ce1dac6f1cf (diff)
rxrpc: Add per-peer RTT tracker
Add a function to track the average RTT for a peer. Sources of RTT data will be added in subsequent patches. The RTT data will be useful in the future for determining resend timeouts and for handling the slow-start part of the Rx protocol. Also add a pair of tracepoints, one to log transmissions to elicit a response for RTT purposes and one to log responses that contribute RTT data. Signed-off-by: David Howells <dhowells@redhat.com>
Diffstat