mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
socket add FreeBSD's SO_SETFIB constant.
This commit is contained in:
parent
e3b178066b
commit
017573c3b3
Notes:
git
2022-09-21 15:23:08 +09:00
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue