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

https://github.com/monich/libfwd

UDP/TCP forwarding
https://github.com/monich/libfwd

Last synced: 26 days ago
JSON representation

UDP/TCP forwarding

Awesome Lists containing this project

README

          

libfwd
======

Connection forwarding library.

Its functionality is similar to ssh tunneling except that it forwards
connectionless UDP as well, by creating local + remote UDP socket pairs
for each remote datagram source on the listening side.

Note that the forwarding protocol provides no encryption, authentication
or any other security features by itself. All that is the responsibility
of the transport layer (i.e. the underlying GIOStream).