MurphyMarkW / c-nydus

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

EPoll and ring buffers. #8

Open MurphyMarkW opened 9 years ago

MurphyMarkW commented 9 years ago

In order to minimize the impedance mismatch of utilizing two different protocols, it would be good to use both epoll and ring buffers to produce async I/O in the translation layer.