summaryrefslogtreecommitdiff
path: root/ext/socket/mkconstants.rb
diff options
context:
space:
mode:
authorDavid Carlier <devnexen@gmail.com>2021-07-07 21:40:15 +0100
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2022-09-21 17:10:36 +0900
commit8cbbc061c40d0868491e0dc2c42f5cc5eb8d482d (patch)
tree097f809ae16ac9b11a801d52d5b0303ed2a4b1be /ext/socket/mkconstants.rb
parentec2d13567e396e2e1537d05321785c3d772d1e5b (diff)
openbsd sockets add SO_RTABLE constant
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/4635
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 2d8998bdef..9182abb838 100644
--- a/ext/socket/mkconstants.rb
+++ b/ext/socket/mkconstants.rb
@@ -663,6 +663,7 @@ SO_BUSY_POLL nil Set the threshold in microseconds for low latency pollin
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)
+SO_RTABLE nil Set the routing table for this socket (OpenBSD)
SOPRI_INTERACTIVE nil Interactive socket priority
SOPRI_NORMAL nil Normal socket priority