mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
o Tweak the comment a bit.
This commit is contained in:
parent
e99971bf2f
commit
29f2a6ec18
1 changed files with 1 additions and 1 deletions
|
|
@ -411,7 +411,7 @@ in_pcbbind_setup(inp, nam, laddrp, lportp, cred)
|
|||
* For UDP, use random port allocation as long as the user
|
||||
* allows it. For TCP (and as of yet unknown) connections,
|
||||
* use random port allocation only if the user allows it AND
|
||||
* ipport_tick allows it.
|
||||
* ipport_tick() allows it.
|
||||
*/
|
||||
if (ipport_randomized &&
|
||||
(!ipport_stoprandom || pcbinfo == &udbinfo))
|
||||
|
|
|
|||
Loading…
Reference in a new issue