diff options
author | Raimo Niskanen <[email protected]> | 2016-09-15 15:20:32 +0200 |
---|---|---|
committer | Raimo Niskanen <[email protected]> | 2016-09-15 15:20:32 +0200 |
commit | 996a0630f2d20557c2f981106a4c316ac6a360ff (patch) | |
tree | a0f88ab9716ee08cb2417151668381406c1d3c64 /lib/kernel/doc | |
parent | fde238fb52133a6c7a2a3f2a2e16f1c1bef62394 (diff) | |
parent | 8d5a41b9eeae54d1135c570878fecc2ad3ad1d8e (diff) | |
download | otp-996a0630f2d20557c2f981106a4c316ac6a360ff.tar.gz otp-996a0630f2d20557c2f981106a4c316ac6a360ff.tar.bz2 otp-996a0630f2d20557c2f981106a4c316ac6a360ff.zip |
Merge branch 'raimo/diffserv-socket-option/OTP-13582' into maint
* raimo/diffserv-socket-option/OTP-13582:
Tune 'tclass' semantics
Implement IPV6_TCLASS
Diffstat (limited to 'lib/kernel/doc')
-rw-r--r-- | lib/kernel/doc/src/inet.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/kernel/doc/src/inet.xml b/lib/kernel/doc/src/inet.xml index 3f4e3684f4..d907cef7d3 100644 --- a/lib/kernel/doc/src/inet.xml +++ b/lib/kernel/doc/src/inet.xml @@ -1092,6 +1092,15 @@ setcap cap_sys_admin,cap_sys_ptrace,cap_dac_read_search+epi beam.smp</code> The option is ignored on platforms where it is not implemented. Use with caution.</p> </item> + <tag><c>{tclass, Integer}</c></tag> + <item> + <p> + Sets <c>IPV6_TCLASS IP</c> level options on platforms + where this is implemented. The behavior and allowed range + varies between different systems. + The option is ignored on platforms where it is not + implemented. Use with caution.</p> + </item> </taglist> <p>In addition to these options, <em>raw</em> option specifications can be used. The raw options are |