History log of /mOS-networking-stack/core/src/tcp_in.c (Results 1 – 11 of 11)
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)


# 8c9e1184 14-Aug-2017 Asim Jamshed <[email protected]>

- Small fixes (with compliments from Ilwoo Park & YoungGyoun Moon)
--> Small tweaks related to TCP fIN handshakes
--> setup script updated
--> Timewait logic fixed
--> Ugly endian type mask hidde

- Small fixes (with compliments from Ilwoo Park & YoungGyoun Moon)
--> Small tweaks related to TCP fIN handshakes
--> setup script updated
--> Timewait logic fixed
--> Ugly endian type mask hidden from the user during rss calculation
--> tcp tx window logic slightly updated.

show more ...


# d8823779 20-Apr-2017 Asim Jamshed <[email protected]>

- Adding coverity badge
- Small fixes in tcp stack management
- Fixed mtcp's issue# 67 pertaining to epwget*.


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

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


# 91df013f 22-Feb-2017 Asim Jamshed <[email protected]>

- Added documentation files (man pages, etc.)
- Some tweaks.


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


# 4cb4e140 01-Sep-2016 Asim Jamshed <[email protected]>

- Resolves issue #3
- Cleaned up the code..


# 3b6b9ba6 25-Aug-2016 Asim Jamshed <[email protected]>

- Code cleanup..


# cafe7743 25-Aug-2016 Asim Jamshed <[email protected]>

- Fixed compilation issues when the core stack is compiled with debugging macros
- Fixed a driver compilation compatibility issue for CentOS/Fedora/Redhat linux kernels (that only effect vers: >=2.6.

- Fixed compilation issues when the core stack is compiled with debugging macros
- Fixed a driver compilation compatibility issue for CentOS/Fedora/Redhat linux kernels (that only effect vers: >=2.6.32, <=2.6.38)

show more ...


# 03d1e42c 19-Jun-2016 Asim Jamshed <[email protected]>

- lighttpd should use arch-specific optimizations with libdpdk.
- Some TCP related bug fixes (e.g. related to SYN retransmissions)


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

- Release 0.3 (first commit)