View previous topic :: View next topic |
Author |
Message |
carbon Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/gallery/Marvel/Marvel_-_Spiderman.gif)
Joined: 27 Jun 2003 Posts: 455 Location: New York
|
Posted: Thu Aug 14, 2003 1:07 pm Post subject: where do you set MTU in gentoo |
|
|
where do you set MTU in gentoo? _________________ I do what I want, and that's what I do.
GNU World Domination
Carbon |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
compu-tom Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
Joined: 09 Jan 2003 Posts: 415 Location: Berlin, Germany
|
Posted: Thu Aug 14, 2003 1:26 pm Post subject: |
|
|
Take a look at /etc/conf.d/net.ppp0:
Code: | [...]
MRU="768" # Sets the MRU
MTU="768" # Sets the MTU
[...]
|
The file is part of net-dialup/ppp and sys-apps/baselayout. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
carbon Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/gallery/Marvel/Marvel_-_Spiderman.gif)
Joined: 27 Jun 2003 Posts: 455 Location: New York
|
Posted: Thu Aug 14, 2003 1:48 pm Post subject: |
|
|
what MRU
a larger value is suppose to make the recieve end able to recieve larger chunk of data? _________________ I do what I want, and that's what I do.
GNU World Domination
Carbon |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
devon l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
Joined: 23 Jun 2003 Posts: 943
|
Posted: Thu Aug 14, 2003 10:35 pm Post subject: |
|
|
IIRC, the MTU/MRU of both ends are negogiated when the two hosts establish their TCP connection. So if one end hads a MTU of 1500 bytes and the receiving end has a MRU of only 1492, the sender will send packets =<1492 and not the full 1500.
Check out http://www.faqs.org/rfcs/rfc879.html |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|