diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2020-01-21 19:42:22 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-21 19:42:22 +0100 |
| commit | dabd81666a0c8c7cedf3300d42dd31291989876a (patch) | |
| tree | f467667e548d7510600007a041ab81ef4b7fb981 /src/libstd/sys/unix/stack_overflow.rs | |
| parent | 3484e2fab4153068e4e5eaebab215e680efe38f1 (diff) | |
| parent | 53924428692371a175afeaaa5fa410c44f0e06ae (diff) | |
| download | rust-dabd81666a0c8c7cedf3300d42dd31291989876a.tar.gz rust-dabd81666a0c8c7cedf3300d42dd31291989876a.zip | |
Rollup merge of #68313 - batrla:master, r=alexcrichton
Options IP_MULTICAST_TTL and IP_MULTICAST_LOOP are 1 byte on BSD
Options IP_MULTICAST_TTL and IP_MULTICAST_LOOP are 1 byte on BSD and Solaris
See ip(4P) man page:
IP_MULTICAST_TTL Time to live for multicast datagrams. This option
takes an unsigned character as an argument. Its
value is the TTL that IP uses on outgoing multi-
cast datagrams. The default is 1.
IP_MULTICAST_LOOP Loopback for multicast datagrams. Normally multi-
cast datagrams are delivered to members on the
sending host (or sending zone). Setting the
unsigned character argument to 0 causes the oppo-
site behavior, meaning that when multiple zones
are present, the datagrams are delivered to all
zones except the sending zone.
https://docs.oracle.com/cd/E88353_01/html/E37851/ip-4p.html
https://man.openbsd.org/ip.4
Diffstat (limited to 'src/libstd/sys/unix/stack_overflow.rs')
0 files changed, 0 insertions, 0 deletions
