All of lore.kernel.org
 help / color / mirror / Atom feed
From: AkashB <akash.bhatnagar@vnl.in>
To: linux-ppp@vger.kernel.org
Subject: How to increase TCP windows Size in PPP connection
Date: Wed, 02 Jun 2010 10:58:53 +0000	[thread overview]
Message-ID: <28752848.post@talk.nabble.com> (raw)


Hi,

I have created a MLPPP connection using pppd(s).My PPP config file is as
follow:-
    
    defaultroute
    asyncmap 0
    sync
    lcp-echo-interval 1
    lcp-echo-failure 11

    nobsdcomp
    nodeflate
    nopcomp
    novj
    novjccomp
    noaccomp -am

    multilink
    passive
    ipcp-max-configure 7
    nodetach
    debug
    kdebug 31

Interface:
ppp0    Link encap:Point-to-Point Protocol
          inet addr:192.168.0.22  P-t-P:192.168.0.21  Mask:255.255.255.255
          UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:300  Metric:1
          RX packets:813 errors:0 dropped:0 overruns:0 frame:0
          TX packets:618 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:100
          RX bytes:39480 (38.5 KiB)  TX bytes:25564 (24.9 KiB)

Now after connecting a TCP socket from peer entity, I am getting certain
Window Overflow errors which means that request is greater than receiver's
advertise windows size.The peer is not in Linux. On running wireshark I have
found these windows size
PPPd= 1040 ;Peer\x1000

For ethernet the connection made successfully.
Ethernete00 ; Peer\x1000

Is there anyway, to increase windows size in case of PPP connections??

Thanks
 
-- 
View this message in context: http://old.nabble.com/How-to-increase-TCP-windows-Size-in-PPP-connection-tp28752848p28752848.html
Sent from the linux-ppp mailing list archive at Nabble.com.


                 reply	other threads:[~2010-06-02 10:58 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=28752848.post@talk.nabble.com \
    --to=akash.bhatnagar@vnl.in \
    --cc=linux-ppp@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.