History log of /mOS-networking-stack/core/src/tcp_stream.c (Results 1 – 6 of 6)
Revision Date Author Comments
# 861ea7df 09-Mar-2017 Asim Jamshed <[email protected]>

- Removed outdated code.
- General code cleanup.


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

- Minor fixes.. mostly error checking related.


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


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


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

- Release 0.3 (first commit)