Add Linux constant SO_BINDTODEVICE (#22468)

This commit is contained in:
Emery Hemingway
2023-08-14 20:00:48 +01:00
committed by GitHub
parent 09d0fda7fd
commit 1927ae72d0
3 changed files with 3 additions and 0 deletions

View File

@@ -630,6 +630,7 @@ v("MSG_EOR")
v("MSG_OOB")
v("SCM_RIGHTS")
v("SO_ACCEPTCONN")
v("SO_BINDTODEVICE")
v("SO_BROADCAST")
v("SO_DEBUG")
v("SO_DONTROUTE")