Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/netinet comment
details: https://anonhg.NetBSD.org/src/rev/8320abe556a4
branches: trunk
changeset: 778797:8320abe556a4
user: yamt <yamt%NetBSD.org@localhost>
date: Fri Apr 13 15:38:04 2012 +0000
description:
comment
diffstat:
sys/netinet/rfc6056.c | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
diffs (24 lines):
diff -r 6227922cd8eb -r 8320abe556a4 sys/netinet/rfc6056.c
--- a/sys/netinet/rfc6056.c Fri Apr 13 15:37:12 2012 +0000
+++ b/sys/netinet/rfc6056.c Fri Apr 13 15:38:04 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rfc6056.c,v 1.5 2012/03/15 13:25:46 gson Exp $ */
+/* $NetBSD: rfc6056.c,v 1.6 2012/04/13 15:38:04 yamt Exp $ */
/*
* Copyright 2011 Vlad Balan
@@ -28,8 +28,13 @@
*
*/
+/*
+ * see:
+ * RFC 6056 Recommendations for Transport-Protocol Port Randomization
+ */
+
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rfc6056.c,v 1.5 2012/03/15 13:25:46 gson Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rfc6056.c,v 1.6 2012/04/13 15:38:04 yamt Exp $");
#include "opt_inet.h"
Home |
Main Index |
Thread Index |
Old Index