History log of /mOS-networking-stack/core/src/include/mtcp.h (Results 1 – 8 of 8)
Revision Date Author Comments
# 05e3289c 21-Oct-2017 YoungGyoun <[email protected]>

Patches for mOS release 0.4 (see http://mos.kaist.edu/guide/release/04_release_note.html#mos-release-0-4-october-21-2017 for more details)


# 1c9bc629 27-Jun-2017 Asim Jamshed <[email protected]>

- 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 ...


# 152f7c19 23-Apr-2017 Asim Jamshed <[email protected]>

- Gentle code cleanup.
- Removed redundant rss.c file.


# 8a941c7e 02-Mar-2017 Asim Jamshed <[email protected]>

- Minor fixes.. mostly error checking related.


# a834ea89 23-Feb-2017 Asim Jamshed <[email protected]>

- General code revisions throughout
--> Replaced magic numbers with useful macros
--> Rearranged a few functions.


# 7631e025 12-Nov-2016 Asim Jamshed <[email protected]>

- Cleaning up the code..


# a5e1a556 02-Oct-2016 Asim Jamshed <[email protected]>

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 ...


# 76404edc 27-May-2016 Asim Jamshed <[email protected]>

- Release 0.3 (first commit)