]> git.hungrycats.org Git - linux/commitdiff
[TCP]: Delete obsolete comment.
authorAlexey Kuznetsov <kuznet@ms2.inr.ac.ru>
Wed, 9 Jul 2003 12:18:15 +0000 (05:18 -0700)
committerStephen Hemminger <shemminger@osdl.org>
Wed, 9 Jul 2003 12:18:15 +0000 (05:18 -0700)
include/net/tcp.h

index 2a189df12a8cc20de774ce140885b2a2e82b3dca..d4e9c07f86d02b045ee2eefb044108ecf22a228e 100644 (file)
@@ -628,13 +628,6 @@ static inline void tcp_openreq_free(struct open_request *req)
 /*
  *     Pointers to address related TCP functions
  *     (i.e. things that depend on the address family)
- *
- *     BUGGG_FUTURE: all the idea behind this struct is wrong.
- *     It mixes socket frontend with transport function.
- *     With port sharing between IPv6/v4 it gives the only advantage,
- *     only poor IPv6 needs to permanently recheck, that it
- *     is still IPv6 8)8) It must be cleaned up as soon as possible.
- *                                             --ANK (980802)
  */
 
 struct tcp_func {