MurphyMarkW / c-nydus

A proxy server that translates between TCP and UDT.
MIT License
0 stars 0 forks source link

Abstracted servers / clients for easy mix-and-match. #7

Open MurphyMarkW opened 9 years ago

MurphyMarkW commented 9 years ago

Although TCP / UDT pairing is the current focus, it would be ideal to abstract away the underlying protocol and simply expose a struct that provides the bare minimum necessary to connect any two socket-based protocols in a producer / consumer configuration.