summaryrefslogtreecommitdiff
path: root/dissector_fuzz.sh
diff options
context:
space:
mode:
Diffstat (limited to 'dissector_fuzz.sh')
0 files changed, 0 insertions, 0 deletions
c155f6e868e5a67 (patch) tree24c1d4a63195cca1ca1398ca5501d61a1df6919c /net/rxrpc/output.c parent50235c4b5a2fb9a9690f02cd1dea6ca047d7f79e (diff)
rxrpc: Reduce the number of ACK-Requests sent
Reduce the number of ACK-Requests we set on DATA packets that we're sending to reduce network traffic. We set the flag on odd-numbered DATA packets to start off the RTT cache until we have at least three entries in it and then probe once per second thereafter to keep it topped up. This could be made tunable in future. Note that from this point, the RXRPC_REQUEST_ACK flag is set on DATA packets as we transmit them and not stored statically in the sk_buff. Signed-off-by: David Howells <dhowells@redhat.com>
Diffstat (limited to 'net/rxrpc/output.c')