X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=net%2Fdccp%2Fipv4.c;h=f2c011fd2ba128f92757aa816da604804d99394f;hb=9464c7cf61b9433057924c36e6e02f303a00e768;hp=7f56f7e8f57169aa77e2a3e49a66514cca5367e7;hpb=41689045f6a3cbe0550e1d34e9cc20d2e8c432ba;p=linux-2.6.git diff --git a/net/dccp/ipv4.c b/net/dccp/ipv4.c index 7f56f7e8f..f2c011fd2 100644 --- a/net/dccp/ipv4.c +++ b/net/dccp/ipv4.c @@ -10,6 +10,7 @@ * 2 of the License, or (at your option) any later version. */ +#include #include #include #include @@ -504,7 +505,8 @@ int dccp_v4_conn_request(struct sock *sk, struct sk_buff *skb) ireq = inet_rsk(req); ireq->loc_addr = daddr; ireq->rmt_addr = saddr; - req->rcv_wnd = dccp_feat_default_sequence_window; + req->rcv_wnd = 100; /* Fake, option parsing will get the + right value */ ireq->opt = NULL; /*