- Adding YoungGyoun's patches to epwget app(s). -> Error handling -> KeepAlive
- Few updates - Free up a few previously unidentified resources during termination - Make the dpdk driver compatible with linux-4.2 - Removed MAX_CPUS=16 restriction. The script needs to be update
- Few updates - Free up a few previously unidentified resources during termination - Make the dpdk driver compatible with linux-4.2 - Removed MAX_CPUS=16 restriction. The script needs to be updated. - Eliminated a rare race condition in context destruction.
show more ...
- Adding coverity badge- Small fixes in tcp stack management- Fixed mtcp's issue# 67 pertaining to epwget*.
- Updating driver to dpdk-16.11 -- Compilation scripts also updated.- Enabling multi-process support for epserver and epwget
- Hopefully the last commit for gcc-5.x compatibility
- Updated the scripts again because Travis was unhappy.
- Script files updated for Travis.
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
- Removed redundant files- Minor fixes.
- Release 0.3 (first commit)