TCP

From Embedded Xinu
Jump to navigation Jump to search

Examples

TCP Echo Test


Debugging

To enable TCP debugging, uncomment the following line in include/tcp.h

//#define TRACE_TCP     TTY1

In order to see the trace results you open another console to the second serial port using the router name followed by the number 2.

mips-console router2

Alternatively TTY1 can be changed to TTY0 resulting in the trace printing on the main console.


Resources

RFC 793