xpahos
xpahos
@aouinizied it's very strange. I'm using the same construction in production: ``` #if defined(_linux_) int val = (getpid() & 0xffff) | (PACKET_FANOUT_LB
@aouinizied looks like I found the problem: ``` pcap_set_fanout_linux(pcap_t *p, int enable, uint16_t mode, uint16_t group_id) ``` I think it will be better to use: ``` set = pcap_set_fanout_linux(pcap_handle, 1,...
@aouinizied yes, you right. PACKET_FANOUT_HASH should send packets only to one unique socket per each address port mapping.
If someone is looking for a solution: https://github.com/therecipe/qt/issues/1279
> The same error. Try to build podman with this commit: https://github.com/containers/podman/commit/6ea703b79880c7f5119fe5355074f8e971df6626 ``` CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 2e9e8b635337 quay.io/outline/shadowbox:stable /bin/sh -c /cmd.s... 39 hours ago Up...