sed 's:static struct timeval TIMEOUT = { 25, 0 };:static struct timeval TIMEOUT = { 3 , 0 };:' $1 > $2
mv $2 $1
exit 0
