| Title: | FDDI - The Next Generation |
| Moderator: | NETCAD::STEFANI |
| Created: | Thu Apr 27 1989 |
| Last Modified: | Thu Jun 05 1997 |
| Last Successful Update: | Fri Jun 06 1997 |
| Number of topics: | 2259 |
| Total number of notes: | 8590 |
Question:
I need to know how to increase the TCP_WINDOW size from
it's current 4096 to 24k and also up the maximum segment
size (TCP_MSS) from 1024 to 4k..FDDI related.
Thanks Anyone
eric()
| T.R | Title | User | Personal Name | Date | Lines |
|---|---|---|---|---|---|
| 136.1 | KONING::KONING | NI1D @FN42eq | Thu Sep 13 1990 17:56 | 5 | |
As far as I know at least the MSS part will be taken care of once FDDI
adapter support shows up in Ultrix. It doesn't have any relevance
until then.
paul
| |||||
| 136.2 | 12345::thomas | The Code Warrior | Thu Sep 13 1990 18:27 | 4 | |
ULTRIX will automaticly up the MSS to 4K if you're on FDDI. Use the SO_SNDBUF and SO_RCVBUF setsockopts to increase the buffer space for your program. This somewhat directly translates into the offered window size. | |||||
| 136.3 | RE: segment size | DENVER::SANDOVAL | Fri Sep 14 1990 11:11 | 9 | |
Follow up on my first question:
I would like to bump up the maximum segment size
(TCP_MSS) from 1024 to 4k, because I would like to
test out the fragmentation between ether and FDDI.
Thanks anyone
eric()
| |||||
| 136.4 | Why bother? | KONING::KONING | NI1D @FN42eq | Fri Sep 14 1990 11:35 | 5 |
If you're doing that on the Ethernet nodes, you're actually testing fragmentation in the sender. I suppose it could be amusing to do that, but that's ancient code -- why spend the time? paul | |||||