diff options
Diffstat (limited to 'net/ipv4/tcp.c')
-rw-r--r-- | net/ipv4/tcp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/tcp.c b/net/ipv4/tcp.c index 5c170340f684..26a6f113f00c 100644 --- a/net/ipv4/tcp.c +++ b/net/ipv4/tcp.c | |||
@@ -2693,7 +2693,7 @@ static int do_tcp_setsockopt(struct sock *sk, int level, | |||
2693 | break; | 2693 | break; |
2694 | #endif | 2694 | #endif |
2695 | case TCP_USER_TIMEOUT: | 2695 | case TCP_USER_TIMEOUT: |
2696 | /* Cap the max timeout in ms TCP will retry/retrans | 2696 | /* Cap the max time in ms TCP will retry or probe the window |
2697 | * before giving up and aborting (ETIMEDOUT) a connection. | 2697 | * before giving up and aborting (ETIMEDOUT) a connection. |
2698 | */ | 2698 | */ |
2699 | if (val < 0) | 2699 | if (val < 0) |