diff options
| author | Patrick Mooney <pmooney@pfmooney.com> | 2016-02-01 22:45:26 +0000 |
|---|---|---|
| committer | Patrick Mooney <pmooney@pfmooney.com> | 2016-03-31 22:12:30 +0000 |
| commit | ee89680cc992b1f5cbcd0fe2deb118270c5b93a2 (patch) | |
| tree | 3efa7290978d0aafcb4161c9fb46d02ad7f38748 /usr/src/uts/common/inet/tcp/tcp_input.c | |
| parent | e25540b8186c604af49295c7fb21e2af5cd67b4a (diff) | |
| download | illumos-joyent-ee89680cc992b1f5cbcd0fe2deb118270c5b93a2.tar.gz | |
OS-4859 Connections remain in TIME_WAIT too long
OS-5151 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>
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. * */ |
