|
|
About ::
TODO ::
Blog ::
RSS ::
Old blog ::
Projects ::
GIT ::
Gallery ::
Notes
Wed, 28 Jun 2006
Netchannel.
After introducing fancy ACK generation algorithm I'm able to outperform socket receiving code
with my alternative TCP/IP stack and netchannels (upto 3-4 MB (2^20 bytes) per sec).
Sending side is netcat which reads data from big file, receiving
side is epoll() based socket client, tuned for maximum performance, and netchannel client.
CPU usage is higher for netchannel client, so it is next item for investigation.
/devel/networking :: Link / Comments ()
|