Re: Setting the mss for socket

2009-04-03 Thread Luiz Otavio O Souza
Is there a way to set the mss for a socket ? Like you can do in linux with setsockopt(TCP_MAXSEG) ? So i can set the maximum size of packets (or sort of) from a simple userland program. Depending on exactly what you need to accomplish, you may find something useful in this thread from last

Setting the mss for socket

2009-04-02 Thread Luiz Otavio O Souza
Hello hackers, Is there a way to set the mss for a socket ? Like you can do in linux with setsockopt(TCP_MAXSEG) ? So i can set the maximum size of packets (or sort of) from a simple userland program. I've read the code and i cannot find by myself (at least from a 30minute reading) a

Re: [Fwd: Re: 3 connections as one]

2008-06-26 Thread Luiz Otavio O Souza
- Original Message - Subject: Re: [Fwd: Re: 3 connections as one] : Martes Wigglesworth wrote: : Forwarded Message : From: Martes Wigglesworth [EMAIL PROTECTED] : Reply-To: [EMAIL PROTECTED] : To: Andres Chavez [EMAIL PROTECTED] : Subject: Re: 3 connections as one