The following are the TCP parameters
tcp_abort_on_overflow   0    
tcp_adv_win_scale       2
tcp_app_win             31      tcp_dsack             
 1
tcp_ecn                 0       tcp_fack              
 1
tcp_fin_timeout         60      tcp_frto              
 0
tcp_keepalive_intvl     75      tcp_keepalive_probes  
 9
tcp_keepalive_time      7200    tcp_max_orphans       
 16384
tcp_max_syn_backlog     1024    tcp_max_tw_buckets    
 180000
tcp_mem                 97280   97792   98304
                                                      
                                                      
               
tcp_orphan_retries      0       tcp_reordering        
 3
tcp_retrans_collapse    1       tcp_retries1          
 3
tcp_retries2            15      tcp_rfc1337           
 0
tcp_rmem                4096    87380   174760
                                                      
                                                      
               
tcp_sack                1       tcp_stdurg            
 0
tcp_synack_retries      5       tcp_syncookies        
 0
tcp_syn_retries         5       tcp_timestamps        
 1
tcp_tw_recycle          0       tcp_tw_reuse          
 0
tcp_window_scaling      1
tcp_wmem                4096    16384   131072

Linux -2.4.
application on MUT is a normal socket application
which continouously reads the data.
The application on client machine which is sending out
of order packets to MUT is written using raw sockets.

Regards,
Shahnawaz



--- Ariz Jacinto <[EMAIL PROTECTED]> wrote:

> tunable variables can be accessed by cat-ing
> /proc/sys/net/ipv4/*
> 
> example:
> shell> cat /proc/sys/net/ipv4/tcp_sack
> 
> 
> send us all the parameters so that we
> can have a better picture of your problem.
> and if possible, kindly state the application
> that you're using and with its version.
> 
> 
> 
> On 7/4/06, shahnawaz S.P <[EMAIL PROTECTED]>
> wrote:
> >
> > .... i.e application is
> > not getting the data of out of order packets.
> > What could be the problem?
> > Do I need to enable any TCP variable??
> > Why the TCP stack is not reordering and sending
> the
> > whole data to the application after receiving the
> > missing packet?
> _________________________________________________
> Philippine Linux Users' Group (PLUG) Mailing List
> [email protected] (#PLUG @ irc.free.net.ph)
> Read the Guidelines: http://linux.org.ph/lists
> Searchable Archives: http://archives.free.net.ph
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
_________________________________________________
Philippine Linux Users' Group (PLUG) Mailing List
[email protected] (#PLUG @ irc.free.net.ph)
Read the Guidelines: http://linux.org.ph/lists
Searchable Archives: http://archives.free.net.ph

Reply via email to