|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.27, 1996/02/13 23:44:32 | version 1.28, 1996/03/16 23:54:03 | ||
|---|---|---|---|
|
|
||
| * port. It * assumes that an application will never | * port. It * assumes that an application will never | ||
| * clear these options after setting them. | * clear these options after setting them. | ||
| */ | */ | ||
| if ((last->so_options&(SO_REUSEPORT|SO_REUSEADDR) == 0)) | if ((last->so_options&(SO_REUSEPORT|SO_REUSEADDR)) == 0) | ||
| break; | break; | ||
| } | } | ||