summaryrefslogtreecommitdiff
path: root/net/rxrpc/ar-call.c
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2014-02-14 20:05:32 (GMT)
committerDavid Howells <dhowells@redhat.com>2014-02-26 17:25:07 (GMT)
commite8388eb10371745627d1e538e018cb10ded86aa7 (patch)
tree4adf9238ecba8a33d74fdbaf5c1b212b5f5324ad /net/rxrpc/ar-call.c
parent817913d8cd7627d9303bce97c3c339ceb0f8e199 (diff)
downloadlinux-e8388eb10371745627d1e538e018cb10ded86aa7.tar.xz
af_rxrpc: Request an ACK for every alternate DATA packet
Set the RxRPC header flag to request an ACK packet for every odd-numbered DATA packet unless it's the last one (which implicitly requests an ACK anyway). This is similar to how librx appears to work. If we don't do this, we'll send out a full window of packets and then just sit there until the other side gets bored and sends an ACK to indicate that it's been idle for a while and has received no new packets. Requesting a lot of ACKs shouldn't be a problem as ACKs should be merged when possible. As AF_RXRPC currently works, it will schedule an ACK to be generated upon receipt of a DATA packet with the ACK-request packet set - and in the time taken to schedule this in a work queue, several other packets are likely to arrive and then all get ACK'd together. Signed-off-by: David Howells <dhowells@redhat.com>
Diffstat (limited to 'net/rxrpc/ar-call.c')
0 files changed, 0 insertions, 0 deletions