mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-29 12:03:03 +00:00
Fix typo in comment.
This commit is contained in:
parent
1e9defe45a
commit
d438d81581
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=161974
@ -369,7 +369,7 @@ udp_input(m, off)
|
||||
* not have either the SO_REUSEPORT or SO_REUSEADDR
|
||||
* socket options set. This heuristic avoids searching
|
||||
* through all pcbs in the common case of a non-shared
|
||||
* port. It * assumes that an application will never
|
||||
* port. It assumes that an application will never
|
||||
* clear these options after setting them.
|
||||
*/
|
||||
if ((last->inp_socket->so_options&(SO_REUSEPORT|SO_REUSEADDR)) == 0)
|
||||
|
Loading…
Reference in New Issue
Block a user