Skip to content

Commit

Permalink
tcp_var.h: White space cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Sepherosa Ziehau committed May 2, 2012
1 parent 79c84c6 commit 569e175
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sys/netinet/tcp_var.h
Expand Up @@ -446,13 +446,13 @@ static const int tcprexmtthresh = 3;
*/
struct tcpopt {
u_long to_flags; /* which options are present */
#define TOF_TS 0x0001 /* timestamp */
#define TOF_TS 0x0001 /* timestamp */
#define TOF_MSS 0x0010
#define TOF_SCALE 0x0020
#define TOF_SACK_PERMITTED 0x0040
#define TOF_SACK 0x0080
#define TOF_SIGNATURE 0x0100 /* signature option present */
#define TOF_SIGLEN 0x0200 /* sigature length valid (RFC2385) */
#define TOF_SIGNATURE 0x0100 /* signature option present */
#define TOF_SIGLEN 0x0200 /* signature length valid (RFC2385) */
u_int32_t to_tsval;
u_int32_t to_tsecr;
u_int16_t to_mss;
Expand Down

0 comments on commit 569e175

Please sign in to comment.