summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_fsm.h
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2007-05-11 10:50:31 +0000
committerrwatson <rwatson@FreeBSD.org>2007-05-11 10:50:31 +0000
commit777066ed3b905b34d41b34a8002cc42b3814e577 (patch)
tree8bc850d084e1de2f9bf9b4d4066c6919668cd058 /sys/netinet/tcp_fsm.h
parent073fe95b38e7315208c303674bb02dcf624fb7d8 (diff)
downloadFreeBSD-src-777066ed3b905b34d41b34a8002cc42b3814e577.zip
FreeBSD-src-777066ed3b905b34d41b34a8002cc42b3814e577.tar.gz
Minor white space/style normalization.
Diffstat (limited to 'sys/netinet/tcp_fsm.h')
-rw-r--r--sys/netinet/tcp_fsm.h14
1 files changed, 8 insertions, 6 deletions
diff --git a/sys/netinet/tcp_fsm.h b/sys/netinet/tcp_fsm.h
index e026cf3..138d967 100644
--- a/sys/netinet/tcp_fsm.h
+++ b/sys/netinet/tcp_fsm.h
@@ -1,6 +1,7 @@
/*-
* Copyright (c) 1982, 1986, 1993
- * The Regents of the University of California. All rights reserved.
+ * The Regents of the University of California.
+ * All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -31,10 +32,11 @@
*/
#ifndef _NETINET_TCP_FSM_H_
-#define _NETINET_TCP_FSM_H_
+#define _NETINET_TCP_FSM_H_
/*
* TCP FSM state definitions.
+ *
* Per RFC793, September, 1981.
*/
@@ -75,10 +77,10 @@
#ifdef TCPOUTFLAGS
/*
- * Flags used when sending segments in tcp_output.
- * Basic flags (TH_RST,TH_ACK,TH_SYN,TH_FIN) are totally
- * determined by state, with the proviso that TH_FIN is sent only
- * if all data queued for output is included in the segment.
+ * Flags used when sending segments in tcp_output. Basic flags (TH_RST,
+ * TH_ACK,TH_SYN,TH_FIN) are totally determined by state, with the proviso
+ * that TH_FIN is sent only if all data queued for output is included in the
+ * segment.
*/
static u_char tcp_outflags[TCP_NSTATES] = {
TH_RST|TH_ACK, /* 0, CLOSED */
OpenPOWER on IntegriCloud