diff options
| author | David Howells <[email protected]> | 2017-06-14 16:56:50 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2017-06-14 19:42:45 +0000 |
| commit | f7aec129a356ad049edddcb7e77b04a474fcf41f (patch) | |
| tree | 103d3fb8a7c99b6c9ebaeaf20d2c891174d72f48 /net/ipv4/tcp_ulp.c | |
| parent | liquidio: fix VF driver off-by-one bug when setting ethtool -C ethX rx-frames (diff) | |
| download | kernel-f7aec129a356ad049edddcb7e77b04a474fcf41f.tar.gz kernel-f7aec129a356ad049edddcb7e77b04a474fcf41f.zip | |
rxrpc: Cache the congestion window setting
Cache the congestion window setting that was determined during a call's
transmission phase when it finishes so that it can be used by the next call
to the same peer, thereby shortcutting the slow-start algorithm.
The value is stored in the rxrpc_peer struct and is accessed without
locking. Each call takes the value that happens to be there when it starts
and just overwrites the value when it finishes.
Signed-off-by: David Howells <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/ipv4/tcp_ulp.c')
0 files changed, 0 insertions, 0 deletions
