Are socket ListenConfig Control hooks supposed to be skipped skipped under privilege separation? #2985
MegaManSec
started this conversation in
Potential issues
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If
usernameis not set,udpListenerFromAddris called here which callsudpListenerConfigwhich callsnet.ListenConfig{ Control: ...to set up a bunch of configs for the network. IfuserNAmeis set, these configurations are not set here. Is this expected? How come we can't set dscp/tos, df/pmtud, buffer sizes, etc?Beta Was this translation helpful? Give feedback.
All reactions