diff options
Diffstat (limited to 'sys/netipx/spx_usrreq.c')
-rw-r--r-- | sys/netipx/spx_usrreq.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/netipx/spx_usrreq.c b/sys/netipx/spx_usrreq.c index d41065c67695..4ffafc3628e2 100644 --- a/sys/netipx/spx_usrreq.c +++ b/sys/netipx/spx_usrreq.c @@ -72,6 +72,7 @@ static int spx_hardnosed; static int spx_use_delack = 0; static int traceallspxs = 0; static struct spx_istat spx_istat; +static int spxrexmtthresh = 3; /* Following was struct spxstat spxstat; */ #ifndef spxstat @@ -381,8 +382,6 @@ bad: m_freem(m); } -static int spxrexmtthresh = 3; - /* * This is structurally similar to the tcp reassembly routine * but its function is somewhat different: It merely queues |