All of lore.kernel.org
 help / color / mirror / Atom feed
From: Morten Helgesen <morten.helgesen@nextframe.net>
To: linux-kernel@vger.kernel.org
Subject: [PATCH 2.5.45 - net/ipv4/syncookies.c] "structure has no member named `window'"
Date: Wed, 30 Oct 2002 05:19:45 +0100	[thread overview]
Message-ID: <20021030051945.D512@sexything> (raw)

Hey, 

the one-liner below is needed to compile 2.5.45. 

please apply.

== Morten

-- 

"Livet er ikke for nybegynnere" - sitat fra en klok person.

mvh
Morten Helgesen 
UNIX System Administrator & C Developer 
Nextframe AS
admin@nextframe.net / 93445641
http://www.nextframe.net


--- clean-linux-2.5.45/net/ipv4/syncookies.c    Wed Oct 30 02:28:17 2002
+++ patched-linux-2.5.45/net/ipv4/syncookies.c  Wed Oct 30 05:14:08 2002
@@ -189,7 +189,7 @@
        }

        /* Try to redo what tcp_v4_send_synack did. */
-       req->window_clamp = rt->u.dst.window;
+       req->window_clamp = dst_metric(&rt->u.dst, RTAX_WINDOW);
        tcp_select_initial_window(tcp_full_space(sk), req->mss,
                                  &req->rcv_wnd, &req->window_clamp,
                                  0, &rcv_wscale);


                 reply	other threads:[~2002-10-30  4:01 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20021030051945.D512@sexything \
    --to=morten.helgesen@nextframe.net \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.