Bunch of updates - Added -Werror to gcc switch in Makefiles - Fixed some inline functions - Added SocketErrors - Added mtcp_getsockname() function - Fixed a bug in mtcp_accept() - Added const t
Bunch of updates - Added -Werror to gcc switch in Makefiles - Fixed some inline functions - Added SocketErrors - Added mtcp_getsockname() function - Fixed a bug in mtcp_accept() - Added const to some func params (made it more similar to BSD socket interface) - Created multiple address pools (per interface) - Fixed a bug in cpu.c - Added timeout feature in dpdk's select() (disabled by default) - Patched a bug related to timeouts in mtcp_epoll_wait() - Fixed some bugs related to TCP state management
show more ...
|