summaryrefslogtreecommitdiff
path: root/ext/socket/mkconstants.rb
diff options
context:
space:
mode:
authorDavid CARLIER <devnexen@gmail.com>2022-05-18 21:30:47 +0100
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2022-09-21 15:22:47 +0900
commit017573c3b373290e52f6e9a8fca217039980247d (patch)
tree75b36b8986dbdfc6ed3a14b26db3f9599dbb78ef /ext/socket/mkconstants.rb
parente3b178066b6ec6c2f4f6e038c303cc50db35cf3d (diff)
socket add FreeBSD's SO_SETFIB constant.
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/5917
Diffstat (limited to 'ext/socket/mkconstants.rb')
-rw-r--r--ext/socket/mkconstants.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/socket/mkconstants.rb b/ext/socket/mkconstants.rb
index 577958a358..4de4b2248c 100644
--- a/ext/socket/mkconstants.rb
+++ b/ext/socket/mkconstants.rb
@@ -661,6 +661,7 @@ SO_SELECT_ERR_QUEUE nil Make select() detect socket error queue with err
SO_BUSY_POLL nil Set the threshold in microseconds for low latency polling (Linux 3.11)
SO_MAX_PACING_RATE nil Cap the rate computed by transport layer. [bytes per second] (Linux 3.13)
SO_BPF_EXTENSIONS nil Query supported BPF extensions (Linux 3.14)
+SO_SETFIB nil Set the associated routing table for the socket (FreeBSD)
SOPRI_INTERACTIVE nil Interactive socket priority
SOPRI_NORMAL nil Normal socket priority