X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/64ffcd668c4ead25fe5c7a1f389fdcc3efa663b3..13cdf5ecc33df6e706c2030db9eeb95089bc5760:/usr/src/sys/netiso/iso_proto.c diff --git a/usr/src/sys/netiso/iso_proto.c b/usr/src/sys/netiso/iso_proto.c index de2580b152..47b2213028 100644 --- a/usr/src/sys/netiso/iso_proto.c +++ b/usr/src/sys/netiso/iso_proto.c @@ -4,7 +4,7 @@ * * %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 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(); @@ -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, - tp_init, 0, tp_slowtimo, tp_drain, + tp_init, tp_fasttimo, tp_slowtimo, tp_drain, }, #ifdef TPCONS