Excellent D/L Speeds

  • Thread starter Thread starter baudhayan
  • Start date Start date
  • Replies Replies 26
  • Views Views 4,482
Originally posted by dowgMac@Jan 17 2006, 07:12 PM
I get about 30 after I did some broadband optimizations other than that the norm is 24 - 26.


Hi dowgMac,

Could you share what kind of the optimizations you applied to your connection ? I too get an average speed of around 25-26 kBps, and would like to know how to speed it up a bit more.

Thanks !
Mario
 
Originally posted by whitelotus@Jan 17 2006, 08:54 PM
@mario_a: I have used snagIT, advanced screen shoot and video graber
You can get it at www.techsmith.com 🙂
[snapback]39529[/snapback]
[/quote]

Thanks for the info !
 
hey dowgMac,i would also like to know about the speed optimiztions u have done.it would be great if u can share. 🙂
 
@ d time I got tht amazing speed I was synched @ 256 256 but my SNR was 22 22.BTW u can always use Windows Media Encoder 4 recording screenshots.
 


All,

am not sure if you have this option on windows but on any Unix you could probably have. I use a Mac OS X box (primarily unix inside). Here is the shell script for Mac OS X:

#!/bin/sh

##
# Broadband Optimizer
# optimize networking for broadband connection
##

. /etc/rc.common

#CheckForNetwork

StartService ()
{
ConsoleMessage "Starting Broadband Optimizer"

/usr/sbin/sysctl -w net.inet.tcp.link-removed=65536 > /dev/null
/usr/sbin/sysctl -w net.inet.tcp.recvspace=65536 > /dev/null
/usr/sbin/sysctl -w kern.ipc.maxsockbuf=524288 > /dev/null
/usr/sbin/sysctl -w net.inet.tcp.delayed_ack=0 > /dev/null
/usr/sbin/sysctl -w net.inet.udp.recvspace=73728 > /dev/null

ConsoleMessage -S
}

StopService ()
{
return 0
}

RestartService ()
{
return 0
}

RunService "$1"
---------------------------------
Go to Terminal and run sysctl -a and you should see the changes.

This script is brought to you by:http://www.enigmarelle.com/


For Windows I found this online (googed)
http://www.speedguide.net/downloads.php
 
Originally posted by dowgMac@Jan 19 2006, 12:13 AM
For Windows I found this online (googed)
http://www.speedguide.net/downloads.php

If anyone uses the optimization tool on the above mentioned page, please post your results if you see any speed improvement. I tried it some time back, but it didn't make any difference to my speeds.
 
Originally posted by dowgMac@Jan 19 2006, 12:13 AM
Unix you could probably have. I use a Mac OS X box (primarily unix inside).
You mean the BSD rip off right? /dev/null
/usr/sbin/sysctl -w net.inet.tcp.recvspace=65536 > /dev/null
/usr/sbin/sysctl -w kern.ipc.maxsockbuf=524288 > /dev/null
/usr/sbin/sysctl -w net.inet.tcp.delayed_ack=0 > /dev/null
/usr/sbin/sysctl -w net.inet.udp.recvspace=73728 > /dev/null

ConsoleMessage -S
}

StopService ()
{
return 0
}

RestartService ()
{
return 0
}

RunService \"$1\"
---------------------------------
Go to Terminal and run sysctl -a and you should see the changes.

This script is brought to you by:http://www.enigmarelle.com/[/b]
Thanks for the shell script. I think my debian / fedora boxes should be able to run them 🙂
 
prathapml, i wasn't planning to run that script anyway. I got my own scripts doing stuff for me 🙂
 

Top