If I comment out this code, it works fine but if I don't I get this error which 
is identical to if I simply switch from epgm to pgm. Thoughts? 

Warn: ToS/DSCP setting requires CAP_NET_ADMIN or ADMIN capability.
Invalid argument (session_base.cpp:478)
Aborted


File: pgm_socket.cpp

341                 const int dscp = 0x2e << 2;
342                 if (AF_INET6 != sa_family && !pgm_setsockopt (sock,
343                       IPPROTO_PGM, PGM_TOS, &dscp, sizeof (dscp)))
344                     goto err_abort;
345 



_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to