adopt TCP's policies concerning acks & (among others) use the fast
[unix-history] / usr / src / sys / netiso / iso_proto.c
index de2580b..47b2213 100644 (file)
@@ -4,7 +4,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)iso_proto.c 7.8 (Berkeley) %G%
+ *     @(#)iso_proto.c 7.9 (Berkeley) %G%
  */
 
 /***********************************************************
  */
 
 /***********************************************************
@@ -60,7 +60,7 @@ int   tp_ctloutput();
 int    tpclnp_ctlinput();
 int    tpclnp_input();
 int    tp_usrreq();
 int    tpclnp_ctlinput();
 int    tpclnp_input();
 int    tp_usrreq();
-int    tp_init(), tp_slowtimo(), tp_drain();
+int    tp_init(), tp_fasttimo(), tp_slowtimo(), tp_drain();
 int    cons_init(), tpcons_input();
 
 int    esis_input(), esis_ctlinput(), esis_init(), esis_usrreq();
 int    cons_init(), tpcons_input();
 
 int    esis_input(), esis_ctlinput(), esis_init(), esis_usrreq();
@@ -121,7 +121,7 @@ struct protosw isosw[] = {
 { SOCK_SEQPACKET,      &isodomain,     ISOPROTO_TP,            PR_CONNREQUIRED|PR_WANTRCVD,
   tpclnp_input,                0,                      tpclnp_ctlinput,        tp_ctloutput,
   tp_usrreq,
 { SOCK_SEQPACKET,      &isodomain,     ISOPROTO_TP,            PR_CONNREQUIRED|PR_WANTRCVD,
   tpclnp_input,                0,                      tpclnp_ctlinput,        tp_ctloutput,
   tp_usrreq,
-  tp_init,                     0,                      tp_slowtimo,            tp_drain,
+  tp_init,                     tp_fasttimo,                    tp_slowtimo,            tp_drain,
 },
 
 #ifdef TPCONS
 },
 
 #ifdef TPCONS