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.mssdflt=512 ? _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[email protected]"

