mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-08 00:23:14 +00:00
17 lines
317 B
C
17 lines
317 B
C
/*
|
|
* $Id$
|
|
*/
|
|
|
|
/* intentionally empty file */
|
|
|
|
/*
|
|
* Uncomment the following line to turn on debug code. When you define
|
|
* this symbol, tcp_trace() is called. If you want tcp_trace() to
|
|
* print, then you need to edit netinet/tcp_debug to set the variable
|
|
* "tcpconsdebug" to 1.
|
|
*/
|
|
|
|
/*
|
|
#define TCPDEBUG
|
|
*/
|