Aternative hdld_svr.elf README
===============================
What's all this about?
----------------------
Alternative hdl_dump networking server uses lwip's RAW API, instead of
sequential one (AKA BSD-sockets). The benefit is 40% better network
throughput - 1,15MB/sec compared to the old one of 0,8MB/sec
(measured when client is running on the Linux box); the drawback
is somewhat more complex server, because lwip RAW API requires
a state machine operation. Also, stock ps2ip.irx doesn't export lwip
RAW API, therefore server is integrated into the ps2ip.irx itself.
Another drawback is lack of decompression code, which means, that
client SHOULD NOT use compression (turn it off in the config file).