summaryrefslogtreecommitdiff
path: root/netinet/sctp_constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'netinet/sctp_constants.h')
-rwxr-xr-xnetinet/sctp_constants.h16
1 files changed, 7 insertions, 9 deletions
diff --git a/netinet/sctp_constants.h b/netinet/sctp_constants.h
index 9d51ec7..3f4d642 100755
--- a/netinet/sctp_constants.h
+++ b/netinet/sctp_constants.h
@@ -1,7 +1,7 @@
/*-
* Copyright (c) 2001-2008, by Cisco Systems, Inc. All rights reserved.
- * Copyright (c) 2008-2011, by Randall Stewart. All rights reserved.
- * Copyright (c) 2008-2011, by Michael Tuexen. All rights reserved.
+ * Copyright (c) 2008-2012, by Randall Stewart. All rights reserved.
+ * Copyright (c) 2008-2012, by Michael Tuexen. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
@@ -30,15 +30,13 @@
* THE POSSIBILITY OF SUCH DAMAGE.
*/
-/* $KAME: sctp_constants.h,v 1.17 2005/03/06 16:04:17 itojun Exp $ */
-
#ifdef __FreeBSD__
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD: head/sys/netinet/sctp_constants.h 235557 2012-05-17 18:12:24Z tuexen $");
+__FBSDID("$FreeBSD: head/sys/netinet/sctp_constants.h 235828 2012-05-23 11:26:28Z tuexen $");
#endif
-#ifndef __sctp_constants_h__
-#define __sctp_constants_h__
+#ifndef _NETINET_SCTP_CONSTANTS_H_
+#define _NETINET_SCTP_CONSTANTS_H_
#if defined (__Userspace_os_Windows)
extern void getwintimeofday(struct timeval *tv);
@@ -996,10 +994,10 @@ extern void getwintimeofday(struct timeval *tv);
/* How many micro seconds is the cutoff from
* local lan type rtt's
*/
- /*
+ /*
* We allow 900us for the rtt.
*/
-#define SCTP_LOCAL_LAN_RTT 900
+#define SCTP_LOCAL_LAN_RTT 900
#define SCTP_LAN_UNKNOWN 0
#define SCTP_LAN_LOCAL 1
#define SCTP_LAN_INTERNET 2