Luiz Otavio O Souza wrote:
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 i
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 Augu
"Luiz Otavio O Souza" wrote:
> 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
Patrick Tracanelli wrote:
Luiz Otavio O Souza escreveu:
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.
you mean sysctl -w net.inet.tcp
Luiz Otavio O Souza escreveu:
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 fr
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 singl
6 matches
Mail list logo