mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
Fix typo in comment.
This commit is contained in:
parent
1e9defe45a
commit
d438d81581
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue