| To: | Martin Röhricht <ml@xxxxxxxxxxx>, discussion@xxxxxxxxxx |
|---|---|
| Subject: | Re: [Discussion] Monitoring TCP Connection |
| From: | Richard Carlson <rcarlson@xxxxxxxxxxxxx> |
| Date: | Thu, 13 Oct 2005 09:40:59 -0400 |
|
Martin; At 05:44 AM 10/13/2005, Martin Röhricht wrote: Hello together, The value 4294966128 is really -1. CurSsthresh is initialized to -1 and only changes to a positive value when slow start ends (or Cwnd exceeds Ssthresh). So looking at the trace up to now, you see CurCwnd increasing as the window open. After this point, CurCwnd is decreased and CurSsthresh is set to an initial value. The continued reduction of CurCwnd may be due to loss on the DSL link (but I don't know for sure).
Have you tried looking at the SlowStart and CongAvoid variables? These are simple counters that increment when the pkts are sent in each state. > Also check that you increased the buffers on the receive and send machines. The X_Rcvbuf is the value of the web100 host, not the remote host. You need to look at the CurRwinRcvd to infer the remote hosts recv buffer space (probably the MaxRwinRcvd value). The X_Sndbuf should report the send buffer space. Rich Carlson Martin ------------------------------------ Richard A. Carlson e-mail: RCarlson@xxxxxxxxxxxxx Network Engineer phone: (734) 352-7043 Internet2 fax: (734) 913-4255 1000 Oakbrook Dr; Suite 300 Ann Arbor, MI 48104
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [Discussion] Monitoring TCP Connection, Martin Röhricht |
|---|---|
| Next by Date: | Re: [Discussion] Monitoring TCP Connection, John Heffner |
| Previous by Thread: | Re: [Discussion] Monitoring TCP Connection, Martin Röhricht |
| Next by Thread: | Re: [Discussion] Monitoring TCP Connection, John Heffner |
| Indexes: | [Date] [Thread] [Top] [All Lists] |