source: rtems/cpukit/libnetworking/opt_tcpdebug.h @ f22ebf0

4.104.114.84.95
Last change on this file since f22ebf0 was 7c7fd4d, checked in by Joel Sherrill <joel.sherrill@…>, on 02/04/99 at 14:53:06

Modified to include comments on how to get TCPDEBUG turned on and
printing messages.

  • Property mode set to 100644
File size: 317 bytes
Line 
1/*
2 *  $Id$
3 */
4
5/* intentionally empty file */
6
7/*
8 *  Uncomment the following line to turn on debug code.  When you define
9 *  this symbol, tcp_trace() is called.  If you want tcp_trace() to
10 *  print, then you need to edit netinet/tcp_debug to set the variable
11 *  "tcpconsdebug" to 1.
12 */
13
14/*
15#define TCPDEBUG
16*/
Note: See TracBrowser for help on using the repository browser.