Gerrit Renker
792b48780e
dccp: Implement both feature-local and feature-remote Sequence Window feature
...
This adds full support for local/remote Sequence Window feature, from which the
* sequence-number-validity (W) and
* acknowledgment-number-validity (W') windows
derive as specified in RFC 4340, 7.5.3.
Specifically, the following is contained in this patch:
* integrated new socket fields into dccp_sk;
* updated the update_gsr/gss routines with regard to these fields;
* updated handler code: the Sequence Window feature is located at the TX side,
so the local feature is meant if the handler-rx flag is false;
* the initialisation of `rcv_wnd' in reqsk is removed, since
- rcv_wnd is not used by the code anywhere;
- sequence number checks are not done in the LISTEN state (cf. 7.5.3);
- dccp_check_req checks the Ack number validity more rigorously;
* the `struct dccp_minisock' became empty and is now removed.
Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk >
Acked-by: Ian McDonald <ian.mcdonald@jandi.co.nz >
Signed-off-by: David S. Miller <davem@davemloft.net >
2009-01-21 14:34:04 -08:00
..
2009-01-06 18:10:26 -08:00
2009-01-06 11:07:54 -08:00
2009-01-06 17:14:01 -08:00
2009-01-06 11:53:56 -05:00
2009-01-11 01:34:25 +01:00
2009-01-09 12:37:15 -08:00
2009-01-12 21:18:37 -08:00
2009-01-07 17:38:32 -05:00
2009-01-09 08:31:11 +11:00
2009-01-08 20:10:38 +00:00
2009-01-08 20:11:07 +00:00
2009-01-06 11:53:47 -05:00
2009-01-21 12:35:43 -08:00
2009-01-07 10:00:22 -08:00
2009-01-09 03:41:08 -05:00
2009-01-15 16:39:41 -08:00
2009-01-21 14:02:19 -08:00
2009-01-06 11:38:14 -07:00
2009-01-07 08:45:46 -08:00
2009-01-15 16:39:41 -08:00
2009-01-09 11:52:14 -08:00
2009-01-04 15:14:42 -05:00
2009-01-06 15:59:23 -08:00
2009-01-06 15:59:23 -08:00
2009-01-08 08:31:12 -08:00
2009-01-08 15:37:43 +00:00
2009-01-06 15:59:29 -08:00
2009-01-04 13:33:20 -08:00
2009-01-09 16:54:42 -08:00
2009-01-07 09:38:48 +11:00
2009-01-15 16:39:41 -08:00
2009-01-08 08:31:10 -08:00
2009-01-21 14:02:20 -08:00
2009-01-14 14:15:14 +01:00
2009-01-09 16:54:41 -08:00
2009-01-15 16:39:41 -08:00
2009-01-06 09:05:31 +01:00
2009-01-08 08:31:11 -08:00
2009-01-15 16:39:41 -08:00
2009-01-21 14:34:04 -08:00
2009-01-07 10:00:16 -08:00
2009-01-06 03:05:09 +00:00
2009-01-09 15:06:12 -08:00
2009-01-12 20:56:41 +01:00
2009-01-04 11:00:05 +01:00
2009-01-11 00:20:39 -08:00
2009-01-05 08:40:21 -08:00
2009-01-05 08:40:25 -08:00
2009-01-05 08:40:25 -08:00
2009-01-06 11:38:16 -07:00
2009-01-08 08:31:00 -08:00
2009-01-08 08:31:00 -08:00
2009-01-08 17:14:59 -08:00
2009-01-08 17:14:59 -08:00
2009-01-15 16:39:41 -08:00
2009-01-09 16:54:42 -08:00
2009-01-06 15:59:01 -08:00
2009-01-21 14:03:37 -08:00
2009-01-21 14:02:36 -08:00
2009-01-04 01:00:53 +01:00
2009-01-04 01:00:51 +01:00
2009-01-06 15:58:58 -08:00
2009-01-07 14:29:17 +01:00
2009-01-21 14:02:26 -08:00
2009-01-14 19:19:04 +01:00
2009-01-15 16:39:41 -08:00
2009-01-15 16:39:41 -08:00
2009-01-06 10:50:09 -08:00
2009-01-21 14:03:35 -08:00
2009-01-15 16:39:41 -08:00
2009-01-06 17:10:53 -08:00
2009-01-15 16:39:38 -08:00
2009-01-05 22:46:26 -05:00
2009-01-05 14:53:30 +01:00
2009-01-08 17:14:59 -08:00
2009-01-15 16:39:37 -08:00
2009-01-05 08:40:30 -08:00
2009-01-15 16:39:41 -08:00
2009-01-07 10:00:22 -08:00
2009-01-08 08:31:15 -08:00
2009-01-06 10:44:30 -08:00
2009-01-06 15:59:21 -08:00
2009-01-15 16:39:41 -08:00
2009-01-08 12:38:58 +00:00
2009-01-08 17:55:03 +00:00
2009-01-16 10:23:37 -05:00
2009-01-15 16:39:41 -08:00
2009-01-15 16:39:38 -08:00
2009-01-15 16:39:41 -08:00
2009-01-08 08:31:10 -08:00
2009-01-06 15:59:00 -08:00
2009-01-06 15:59:00 -08:00
2009-01-09 16:54:41 -08:00
2009-01-06 15:59:00 -08:00
2009-01-09 22:44:25 +01:00
2009-01-11 17:55:16 +01:00
2009-01-08 08:31:07 -08:00
2009-01-08 12:04:47 +00:00
2009-01-14 07:32:44 -08:00
2009-01-08 08:31:07 -08:00
2009-01-06 15:59:20 -08:00
2009-01-05 08:40:13 +10:30
2009-01-06 11:28:07 +01:00
2009-01-21 14:33:50 -08:00
2009-01-07 17:38:31 -05:00
2009-01-06 15:59:00 -08:00
2009-01-08 16:25:18 +11:00
2009-01-09 15:49:06 -07:00
2009-01-07 22:48:15 +01:00
2009-01-07 09:59:50 -08:00
2009-01-08 08:31:05 -08:00
2009-01-06 15:59:07 -08:00
2009-01-04 13:33:20 -08:00
2009-01-06 15:59:00 -08:00
2009-01-09 03:39:43 -05:00
2009-01-21 14:03:41 -08:00
2009-01-07 11:13:22 -08:00
2009-01-07 11:13:11 -08:00
2009-01-07 11:13:25 -08:00
2009-01-06 17:10:04 -08:00
2009-01-15 16:39:41 -08:00
2009-01-08 08:31:12 -08:00
2009-01-08 08:31:12 -08:00
2009-01-06 10:44:29 -08:00
2009-01-06 10:44:30 -08:00
2009-01-06 15:59:12 -08:00
2009-01-04 12:17:39 +01:00
2009-01-07 21:44:20 +01:00
2009-01-07 21:44:20 +01:00
2009-01-05 08:40:25 -08:00
2009-01-05 08:40:25 -08:00
2009-01-15 16:39:41 -08:00
2009-01-05 18:31:12 -08:00
2009-01-10 06:04:33 -08:00
2009-01-05 10:18:08 +01:00
2009-01-15 16:39:37 -08:00
2009-01-06 15:59:28 -08:00
2009-01-06 15:59:07 -08:00
2009-01-04 13:33:20 -08:00
2009-01-06 17:10:33 -08:00
2009-01-07 09:58:22 +11:00
2009-01-08 16:25:18 +11:00
2009-01-11 03:41:58 +01:00
2009-01-05 08:40:14 +10:30
2009-01-14 19:56:50 -08:00
2009-01-08 08:31:10 -08:00
2009-01-14 14:15:32 +01:00
2009-01-07 11:27:12 -08:00
2009-01-06 10:44:44 -08:00
2009-01-07 10:00:11 -08:00
2009-01-07 10:00:14 -08:00
2009-01-06 15:59:05 -08:00
2009-01-07 10:00:16 -08:00
2009-01-06 15:59:09 -08:00