[前][次][番号順一覧][スレッド一覧]

ruby-changes:73656

From: David <ko1@a...>
Date: Wed, 21 Sep 2022 15:22:59 +0900 (JST)
Subject: [ruby-changes:73656] 017573c3b3 (master): socket add FreeBSD's SO_SETFIB constant.

https://git.ruby-lang.org/ruby.git/commit/?id=017573c3b3

From 017573c3b373290e52f6e9a8fca217039980247d Mon Sep 17 00:00:00 2001
From: David CARLIER <devnexen@g...>
Date: Wed, 18 May 2022 21:30:47 +0100
Subject: socket add FreeBSD's SO_SETFIB constant.

---
 ext/socket/mkconstants.rb | 1 +
 1 file changed, 1 insertion(+)

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 https://github.com/ruby/ruby/blob/trunk/ext/socket/mkconstants.rb#L661
 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
-- 
cgit v1.2.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]