fix comment and copyright spacing.
This commit is contained in:
parent
3f1f74edef
commit
dd6e9d3e5a
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: ns.c,v 1.15 1998/07/05 06:49:18 jonathan Exp $ */
|
||||
/* $NetBSD: ns.c,v 1.16 1998/09/13 15:21:32 christos Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1984, 1985, 1986, 1987, 1993
|
||||
@ -218,8 +218,8 @@ ns_control(so, cmd, data, ifp, p)
|
||||
}
|
||||
|
||||
/*
|
||||
* Delete any previous route for an old address.
|
||||
*/
|
||||
* Delete any previous route for an old address.
|
||||
*/
|
||||
void
|
||||
ns_ifscrub(ifp, ia)
|
||||
register struct ifnet *ifp;
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: ns_var.h,v 1.7 1998/09/05 14:30:31 christos Exp $ */
|
||||
/* $NetBSD: ns_var.h,v 1.8 1998/09/13 15:21:32 christos Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1995 The NetBSD Foundation, Inc.
|
||||
@ -17,8 +17,8 @@
|
||||
* documentation and/or other materials provided with the distribution.
|
||||
* 3. All advertising materials mentioning features or use of this software
|
||||
* must display the following acknowledgement:
|
||||
* This product includes software developed by the NetBSD
|
||||
* Foundation, Inc. and its contributors.
|
||||
* This product includes software developed by the NetBSD
|
||||
* Foundation, Inc. and its contributors.
|
||||
* 4. Neither the name of The NetBSD Foundation nor the names of its
|
||||
* contributors may be used to endorse or promote products derived
|
||||
* from this software without specific prior written permission.
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: spp_var.h,v 1.8 1997/06/24 02:26:15 thorpej Exp $ */
|
||||
/* $NetBSD: spp_var.h,v 1.9 1998/09/13 15:21:33 christos Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1984, 1985, 1986, 1987, 1993
|
||||
@ -52,8 +52,10 @@ struct sppcb {
|
||||
#define SF_RXT 0x40 /* Rxt info changed */
|
||||
#define SF_RVD 0x80 /* Calling from read usrreq routine */
|
||||
u_short s_mtu; /* Max packet size for this stream */
|
||||
/* use sequence fields in headers to store sequence numbers for this
|
||||
connection */
|
||||
/*
|
||||
* use sequence fields in headers to store sequence numbers for this
|
||||
* connection
|
||||
*/
|
||||
struct idp *s_idp;
|
||||
struct sphdr s_shdr; /* prototype header to transmit */
|
||||
#define s_cc s_shdr.sp_cc /* connection control (for EM bit) */
|
||||
@ -84,7 +86,8 @@ struct sppcb {
|
||||
int s_ssthresh; /* s_cwnd size threshhold for
|
||||
* slow start exponential-to-
|
||||
* linear switch */
|
||||
/* transmit timing stuff
|
||||
/*
|
||||
* transmit timing stuff
|
||||
* srtt and rttvar are stored as fixed point, for convenience in smoothing.
|
||||
* srtt has 3 bits to the right of the binary point, rttvar has 2.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user