diff options
author | Gerrit Renker <gerrit@erg.abdn.ac.uk> | 2007-12-06 12:29:07 -0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-28 14:56:43 -0800 |
commit | 30a0eacd479f1c7c15fe0496585ff29f76de3378 (patch) | |
tree | eed98813afd0814e0d0999428b50477c5d36471e /net/dccp | |
parent | d58d1af03a6a3ddf296ae3aeb4ff234af4b15958 (diff) | |
download | linux-3.10-30a0eacd479f1c7c15fe0496585ff29f76de3378.tar.gz linux-3.10-30a0eacd479f1c7c15fe0496585ff29f76de3378.tar.bz2 linux-3.10-30a0eacd479f1c7c15fe0496585ff29f76de3378.zip |
[CCID3]: The receiver of a half-connection does not set window counter values
Only the sender sets window counters [RFC 4342, sections 5 and 8.1].
Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk>
Signed-off-by: Ian McDonald <ian.mcdonald@jandi.co.nz>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/dccp')
-rw-r--r-- | net/dccp/ccids/ccid3.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/dccp/ccids/ccid3.c b/net/dccp/ccids/ccid3.c index e0f87f22719..f5cfc2e2d7b 100644 --- a/net/dccp/ccids/ccid3.c +++ b/net/dccp/ccids/ccid3.c @@ -733,7 +733,6 @@ static int ccid3_hc_rx_insert_options(struct sock *sk, struct sk_buff *skb) return 0; hcrx = ccid3_hc_rx_sk(sk); - DCCP_SKB_CB(skb)->dccpd_ccval = hcrx->ccid3hcrx_ccval_last_counter; if (dccp_packet_without_ack(skb)) return 0; |