Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/audriusbutkevicius/pfilter
Small Go package for filtering packets into multiple virtual connections from a single physical connection
https://github.com/audriusbutkevicius/pfilter
Last synced: 19 days ago
JSON representation
Small Go package for filtering packets into multiple virtual connections from a single physical connection
- Host: GitHub
- URL: https://github.com/audriusbutkevicius/pfilter
- Owner: AudriusButkevicius
- License: mit
- Created: 2016-08-06T12:41:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-19T00:09:41.000Z (11 months ago)
- Last Synced: 2024-10-14T03:05:28.465Z (about 1 month ago)
- Language: Go
- Homepage:
- Size: 71.3 KB
- Stars: 6
- Watchers: 5
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pfilter
Small Go package for filtering packets from a single net.PacketConn into multiple virtual net.PacketConn's based on some predicate.Used to multiplex/weave in STUN packets on top of an existing UDP connection, where IP address based routing would not work due to STUN sending replies back from random addresses.