MurphyMarkW / c-nydus

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

AF_UNSPEC to AF_INET -- ignoring IPv6 for now. #10

Closed MurphyMarkW closed 9 years ago

MurphyMarkW commented 9 years ago

Automagically determining IP protocol version seems to cause problems w/ UDT. For now, going to have IPv4 hardcoded. Will introduce options later for configuration or figure out what the problem is w/ auto detection.

Also a couple of additional logging messages...