bypass4netns icon indicating copy to clipboard operation
bypass4netns copied to clipboard

[Experimental] Accelerates slirp4netns using SECCOMP_IOCTL_NOTIF_ADDFD. As fast as `--net=host`.

Results 21 bypass4netns issues
Sort by recently updated
recently updated
newest added

Some applications call `socket(2)` with `SOCK_CLOEXEC` or `SOCK_NONBLOCK`. `getsockopt(fd, SOL_SOCKET, SO_TYPE, ...)` returns only its actual type `SOCK_STREAM` and these flags are ignored. These flags must be checked and included...