Libnjaim HOWTO | ||
---|---|---|
Prev |
The functions simulating TCP's operations (unirecv, unisend, unishutdown, uniclose) don't return enough error information for caller, actually they just assume everything ok. Maybe they should detect more exceptions and set the error number.
uniclose doesn't close the connection gracefully under some extreme situations, this should be improved.
When using reliable UDP connection, data transmits slower than normal TCP connection by about 30%, this may be improved by tuning related parameters.