All of lore.kernel.org
 help / color / mirror / Atom feed
* How to increase TCP windows Size in PPP connection
@ 2010-06-02 10:58 AkashB
  0 siblings, 0 replies; only message in thread
From: AkashB @ 2010-06-02 10:58 UTC (permalink / raw)
  To: linux-ppp


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.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-06-02 10:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-02 10:58 How to increase TCP windows Size in PPP connection AkashB

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.