Commit Graph

6 Commits (870ba523eb7411563a1f98077050de00c28a1679)

Author SHA1 Message Date
Jamshed efeab20fd2 - Code sanitization
-> Fixed indentations
	-> Removed compile-time warnings that appeared with gcc-8
	-> Replaced fpritnfs(stderr, ..) with TRACE_DBGs

Signed-off-by: Jamshed <asim@dslohost002.jf.intel.com>
2019-06-04 01:17:24 +00:00
Asim Jamshed 688d4e1988 - Applied fix suggested by YoungGyoun Moon (ygmoon@ndsl.kaist.edu) that correctly calculates sport-sip-dip-dport pool for establishing client connections.
- Added check for `bc` binary in the autotools script.
2018-07-06 10:08:32 -04:00
Asim Jamshed 52d77dd32c - Updated code to work with the latest version of netmap
--> Updated README.netmap file.
2018-06-23 09:24:06 +09:00
Asim Jamshed 88463f9799 - Fixed autoconf script to check "No driver test". 2018-06-04 13:46:39 -04:00
Asim Jamshed 0dca1de681 - made mTCP source compilant with gcc-5.x
-- (https://gcc.gnu.org/gcc-5/porting_to.html)
- Updated compilation directions in README file
- fixed patch for issue #58
- made dpdk default I/O plugin
2016-05-10 20:40:45 +09:00
Asim Jamshed c41b5d911f - Bunch of updates (mostly cosmetic)
---> Added documentation for multi-process support via epserver example.
                - See apps/example/README for details..
        ---> Fixed (partial) issue #24 (gettimeofday() --> clock_gettime())
        ---> Made the compilation process more automated
                - See README file for new instructions
2016-04-05 15:34:43 +09:00