diff options
author | Patrick Mooney <pmooney@pfmooney.com> | 2016-06-05 11:41:00 -0700 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2016-06-09 13:31:42 -0700 |
commit | 2404c9e6b54f427b32dd0a2d46940d6a4c5299bc (patch) | |
tree | 60319a6b3eebb064f0d1fe8e3701ff2bf714edfb /usr/src/uts/common/inet/tcp/tcp_input.c | |
parent | 9adfa60d484ce2435f5af77cc99dcd4e692b6660 (diff) | |
download | illumos-joyent-2404c9e6b54f427b32dd0a2d46940d6a4c5299bc.tar.gz |
7062 Connections remain in TIME_WAIT too long
7061 local TCP connections should be expediently purged from TIME_WAIT
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Garrett D'Amore <garrett@damore.org>
Approved by: Dan McDonald <danmcd@omniti.com>
Diffstat (limited to 'usr/src/uts/common/inet/tcp/tcp_input.c')
-rw-r--r-- | usr/src/uts/common/inet/tcp/tcp_input.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/uts/common/inet/tcp/tcp_input.c b/usr/src/uts/common/inet/tcp/tcp_input.c index cf8e0c6bd4..7cfdb9a4a2 100644 --- a/usr/src/uts/common/inet/tcp/tcp_input.c +++ b/usr/src/uts/common/inet/tcp/tcp_input.c @@ -22,7 +22,7 @@ /* * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. * Copyright 2011 Nexenta Systems, Inc. All rights reserved. - * Copyright (c) 2011 Joyent, Inc. All rights reserved. + * Copyright 2016 Joyent, Inc. * Copyright (c) 2014 by Delphix. All rights reserved. */ @@ -99,7 +99,7 @@ * tcps_time_wait_interval since the period before upper layer closes the * connection is not accounted for when tcp_time_wait_append() is called. * - * If uppser layer has closed the connection, call tcp_time_wait_append() + * If upper layer has closed the connection, call tcp_time_wait_append() * directly. * */ |