Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/netinet6 add tcp6 port # oddity.



details:   https://anonhg.NetBSD.org/src/rev/95a32bf40670
branches:  trunk
changeset: 474248:95a32bf40670
user:      itojun <itojun%NetBSD.org@localhost>
date:      Fri Jul 02 07:16:29 1999 +0000

description:
add tcp6 port # oddity.
add splnet/splsoftnet issue.

diffstat:

 sys/netinet6/TODO |  11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diffs (26 lines):

diff -r 58554d85b318 -r 95a32bf40670 sys/netinet6/TODO
--- a/sys/netinet6/TODO Fri Jul 02 07:11:36 1999 +0000
+++ b/sys/netinet6/TODO Fri Jul 02 07:16:29 1999 +0000
@@ -1,5 +1,5 @@
 KAME/NetBSD integration TODOs
-$NetBSD: TODO,v 1.2 1999/07/01 18:28:55 itojun Exp $
+$NetBSD: TODO,v 1.3 1999/07/02 07:16:29 itojun Exp $
 Jun-ichiro itojun Hagino <itojun%itojun.org@localhost>
 
 
@@ -108,6 +108,15 @@
 Others (IPsec items) are used across IPv4 and IPv6 so they cannot be in
 M_PROTO0 kind of thing.
 
+* tcp6 TIME_WAIT
+
+Due to some mistake in my update, all the tcp6 connections are treated like
+SO_REUSEPORT is on.  I'll be fixing this.
+
+* s/splnet/splsoftnet/
+
+as Jason pointed out.
+
 
 USERLAND
 ========



Home | Main Index | Thread Index | Old Index