Marek

Results 83 comments of Marek

The most important is compatibility with debugging tools (tcpdump). Right now its very hard to debug netstack, since there is very little visibility into flying packets. Asking my users to...

Not the stock one ``` root@runsc:/# strace -e trace=network -f tcpdump socket(AF_PACKET, SOCK_DGRAM, 768) = 3 setsockopt(3, SOL_PACKET, PACKET_AUXDATA, [1], 4) = -1 EOPNOTSUPP (Operation not supported) tcpdump: setsockopt: Operation...