LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   I don't understand this line ->>> delay_parameters 2 5000/150000 5000/120000 (https://www.linuxquestions.org/questions/linux-newbie-8/i-dont-understand-this-line-delay_parameters-2-5000-150000-5000-120000-a-880504/)

manalisharmabe 05-13-2011 06:48 AM

I don't understand this line ->>> delay_parameters 2 5000/150000 5000/120000
 
Hello Sir!

I don't understand this line ->>> delay_parameters 2 5000/150000 5000/120000

why are there two portions?

1. 5000/150000

2.5000/120000

What would happen If I keep it like

delay_parameters 2 5000/2048 5000/120000

or

delay_parameters 2 5000/150000 5000/2048


I have tried these but don't understand the actual diffeerence that supposed to be actually happened.

Thank you sir
please explain this.

manalisharmabe 05-13-2011 06:59 AM

acl mynetworks src 10.0.0.0/8
http_access allow mynetworks


delay_class 1 1
delay_class 2 1
delay_parameters 1 1024/102400
delay_parameters 2 2048/64000
acl myfriend src 10.28.250.16
acl rest src 0/0
delay_access 1 allow myfriend
delay_access 2 allow rest

this my setting (actual)

arizonagroovejet 05-13-2011 07:00 AM

I think if you want anyone to help you with this you're going to have to provide some details of the context in which this line is being used.

Possibly it's a call to a function or external problem but as to what happens if you change the parameters then that's impossible for anyone to answer without additional information.



Quote:

Originally Posted by manalisharmabe (Post 4355221)
Hello Sir!


Thank you sir

I advise against using 'Sir' in this manner. You are not addressing a single person. It also implies that you are addressing an exclusivity male audience.

manalisharmabe 05-14-2011 01:40 AM

This is my setting ------------

acl mynetworks src 10.0.0.0/8
http_access allow mynetworks


delay_class 1 1
delay_class 2 1
delay_parameters 1 1024/102400
delay_parameters 2 2048/64000
acl myfriend src 10.28.250.16
acl rest src 0/0
delay_access 1 allow myfriend
delay_access 2 allow rest

I don't understand these two lines
delay_parameters 1 1024/102400
delay_parameters 2 2048/64000

specially the the numbers after backslash "/"
However the first number before "/" indicates the download speed assigned.

Nylex 05-14-2011 01:48 AM

Quote:

Originally Posted by manalisharmabe (Post 4356025)
This is my setting ------------

Settings for what? Why do you expect people to know what you're talking about without giving any details? Maybe you should read the documentation for whatever software this is..

manalisharmabe 05-17-2011 06:20 AM

HCL Maintainer?

Nylex 05-17-2011 06:27 AM

Quote:

Originally Posted by manalisharmabe (Post 4358711)
HCL Maintainer?

Yes, I have helped to maintain the hardware compatibility list here at LQ. What does that have to do with your question? Why have you not provided us with more information so that we can help you?


All times are GMT -5. The time now is 11:49 AM.