mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-31 14:39:55 +01:00
commented out TOS related opt for PGM
This commit is contained in:
parent
1ef63bc2ad
commit
11c22912d7
@ -337,10 +337,11 @@ int zmq::pgm_socket_t::init (bool udp_encapsulation_, const char *network_)
|
||||
goto err_abort;
|
||||
|
||||
// Expedited Forwarding PHB for network elements, no ECN.
|
||||
/*
|
||||
const int dscp = 0x2e << 2;
|
||||
if (AF_INET6 != sa_family && !pgm_setsockopt (sock,
|
||||
IPPROTO_PGM, PGM_TOS, &dscp, sizeof (dscp)))
|
||||
goto err_abort;
|
||||
goto err_abort; */
|
||||
|
||||
const int nonblocking = 1;
|
||||
if (!pgm_setsockopt (sock, IPPROTO_PGM, PGM_NOBLOCK,
|
||||
|
Loading…
x
Reference in New Issue
Block a user