Displaying 1 result from an estimated 1 matches for "55kbyte".
Did you mean:
50kbyte
2005 Feb 15
0
weird queue keep-state behavior
...e
12400 allow tcp from any to 192.168.132.0/24,192.168.10.0/24,172.16.1.0/24,10.10.10.0/24 in via bfe0 established
//last rule is for weird packets that natd is pushing to the stack
When client is downloading file via passive ftp from nat'ed internal network he has ${ADSL_INBOUND_SPEED} speed (55KByte/s)
Here is the problem:
When i ssh'ing to server and starting the SAME connection with wget i'm having only 14KByte/s.
Hitting many times "ipfw show" i've discovered that in the first case counters of 12000 rule are incrementing slowly and counters of rule 12400 are increme...