|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.177, 2008/10/14 13:45:26 | version 1.177.4.1, 2009/02/02 21:04:45 | ||
|---|---|---|---|
|
|
||
| if ((so->so_state & SS_ISDISCONNECTING) && so->so_nbio) | if ((so->so_state & SS_ISDISCONNECTING) && so->so_nbio) | ||
| goto drop; | goto drop; | ||
| while (so->so_state & SS_ISCONNECTED) { | while (so->so_state & SS_ISCONNECTED) { | ||
| error = sowait(so, so->so_linger * hz); | error = sowait(so, true, so->so_linger * hz); | ||
| if (error) | if (error) | ||
| break; | break; | ||
| } | } |