diff options
author | Raimo Niskanen <[email protected]> | 2016-09-12 10:14:50 +0200 |
---|---|---|
committer | Raimo Niskanen <[email protected]> | 2016-09-12 14:54:34 +0200 |
commit | 82d673f8c9dd39cc78cb7567fe59ebda2b88bf2d (patch) | |
tree | b7716e84fa59252eaeb7fc6df8a07a5539f5f6ec /lib/kernel/doc | |
parent | d657917bec8805efeec3cfe6a45edf462b2e73e5 (diff) | |
download | otp-82d673f8c9dd39cc78cb7567fe59ebda2b88bf2d.tar.gz otp-82d673f8c9dd39cc78cb7567fe59ebda2b88bf2d.tar.bz2 otp-82d673f8c9dd39cc78cb7567fe59ebda2b88bf2d.zip |
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 |