Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.