call nonblock with sock instead of sid
[cnet.git] / TODO
blobe900b6ab28c151cdb55d74b60fab528f28df27a3
1 * socket stats
2 * filters (linemode, ssl = cssl?)
3 * cnet_close: eof/close callbacks
4 * cleanup _bind/_connect so you dont need to getsockname();
5 * make block/nonblock an option? (do i really want this)
6 * acl for listening sockets? (bloat?)
7 * on_written callback?
8 * fix cnet_write to only malloc/memcpy when needed.
9 * use socket_t pointer internally to prevent lookups where possible
10 * rework cnet_new/socks alloc to not require sock=& resets.