Commit Graph

5 Commits

Author SHA1 Message Date
Patrick Pacher
bd681cd01f Update MaxPackageLen to be a bit bigger than default MTU 2020-08-18 15:22:58 +02:00
Patrick Pacher
7d25f9f4f4 Block until pending verdicts are set. Update deps 2020-08-17 16:27:15 +02:00
Patrick Pacher
8840c88903 Fix linter warnings on windows 2020-08-11 15:34:29 +02:00
Safing
9639775ad7 Fix IPv6 connection handling and refactor packet parsing 2020-07-31 14:32:18 +02:00
Patrick Pacher
0451e99431 Add experimental nfqueue interception backend
This commit adds a new experimental nfqueue interception
backed based on github.com/florianl/go-nfqueue. It should
add more stability to the interception of network packets
and also eliminates the CGO and the runtime dependency on
libnetfilter_queue. Note that this commit does not remove
the old nfqueue backend yet but adds a --experimental-nfqueue
flag to portmaster-core.
2020-07-30 08:35:27 +02:00