diff options
author | Emery Hemingway <ehmry@posteo.net> | 2023-08-14 20:00:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-14 21:00:48 +0200 |
commit | 1927ae72d093d5e13bef6fd3fdf4700aa072f6bc (patch) | |
tree | fb2faf036dda9d6798450841729a1e03fa53442b /tools/detect | |
parent | 09d0fda7fde69087c75a102b219d5eebf1b86db2 (diff) | |
download | Nim-1927ae72d093d5e13bef6fd3fdf4700aa072f6bc.tar.gz |
Add Linux constant SO_BINDTODEVICE (#22468)
Diffstat (limited to 'tools/detect')
-rw-r--r-- | tools/detect/detect.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/detect/detect.nim b/tools/detect/detect.nim index fe233420b..ed9438494 100644 --- a/tools/detect/detect.nim +++ b/tools/detect/detect.nim @@ -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") |