Make it possible to override TCP_NDEBUG. The default value of 100
wastes quite a bit of space (0xfa00).
This commit is contained in:
parent
45eb40e8d3
commit
b7025ec37b
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: tcp_debug.h,v 1.9 1999/07/31 18:41:15 itojun Exp $ */
|
||||
/* $NetBSD: tcp_debug.h,v 1.10 2001/04/29 15:18:01 fvdl Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1982, 1986, 1993
|
||||
|
@ -72,7 +72,9 @@ char *tanames[] =
|
|||
{ "input", "output", "user", "respond", "drop" };
|
||||
#endif
|
||||
|
||||
#ifndef TCP_NDEBUG
|
||||
#define TCP_NDEBUG 100
|
||||
#endif
|
||||
struct tcp_debug tcp_debug[TCP_NDEBUG];
|
||||
int tcp_debx;
|
||||
|
||||
|
|
Loading…
Reference in New Issue