Files
linux/net
Gerrit Renker 8a73cd09d9 [DCCP]: calling dccp_v{4,6}_reqsk_send_ack is a BUG
This patch removes two functions, the send_ack functions of request_sock,
which are not called/used by the DCCP code. It is correct that these
functions are not called, below is a justification why calling these
functions (on a passive socket in the LISTEN/RESPOND state) would mean
a DCCP protocol violation.

A) Background: using request_sock in TCP:
2006-12-02 21:21:58 -08:00
..
2006-09-28 17:53:59 -07:00
2006-10-21 19:55:22 -07:00
2006-09-28 18:02:58 -07:00
2006-11-05 14:11:25 -08:00
2006-11-21 17:33:01 -08:00
2006-12-02 21:21:18 -08:00
2006-08-05 21:15:58 -07:00
2006-12-02 21:21:23 -08:00
2006-11-05 16:44:06 -08:00
2006-10-30 15:24:41 -08:00
2006-12-02 21:21:24 -08:00
2006-07-12 13:58:59 -07:00
2006-10-01 00:39:19 -07:00
2006-12-02 21:21:16 -08:00
2006-12-02 21:21:08 -08:00
2006-11-30 05:24:39 +01:00
2006-11-05 16:44:06 -08:00
2006-09-22 14:53:34 -07:00
2005-04-16 15:20:36 -07:00