|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.29, 1997/08/27 07:10:01 | version 1.30, 1998/01/05 09:12:29 | ||
|---|---|---|---|
|
|
||
| while (so->so_state & SS_ISCONNECTED) { | while (so->so_state & SS_ISCONNECTED) { | ||
| error = tsleep((caddr_t)&so->so_timeo, | error = tsleep((caddr_t)&so->so_timeo, | ||
| PSOCK | PCATCH, netcls, | PSOCK | PCATCH, netcls, | ||
| so->so_linger); | so->so_linger * hz); | ||
| if (error) | if (error) | ||
| break; | break; | ||
| } | } |