Hi,
If you want to set it more than 512KB you need to grow maxsockbuf so:
#sysctl -w kern.ipc.maxsockbuf=2147483648
The waste factor is used (see /sys/kern/uipc_socket2.c) to make the socket
buffer
specifed a multiple of 8 (basically your buffers becomes a multiple of
32bits) fo
Here is a tcpdump output from one FreeBSD box with TCP for transaction
enabled and a client supporting the NO_PUSH setsockopt with a windows box:
19:00:15.357281 192.168.3.200.1247 > 192.168.2.7.microsoft-ds: SP
4208572194:420
8572331(137) win 65535 (DF)
19:00:15.357514 192.168.2.7.micro
> -Original Message-
> From: kfl [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, May 28, 2003 12:53 PM
> To: freebsd - net
> Subject: TCP for transaction
>
>
>
> Here is a tcpdump output from one FreeBSD box with TCP for
> transaction enabled and a
Hi,
Here is a tcpdump output from one FreeBSD box with TCP for transaction
enabled and a client supporting the NOPUSH setsockopt with a windows box:
19:00:15.357281 192.168.3.200.1247 > 192.168.2.7.microsoft-ds: SP
4208572194:420
8572331(137) win 65535 (DF)
19:00:15.357514 192.168.2.7.mic
Hi,
Here is a tcpdump output from one FreeBSD box with TCP for transaction
enabled and a client supporting the NOPUSH setsockopt with a windows box:
19:00:15.357281 192.168.3.200.1247 > 192.168.2.7.microsoft-ds: SP
4208572194:420
8572331(137) win 65535 (DF)
19:00:15.357514 192.168.2.7.mic
Does anybody has been successfull running ipcomp (alone or over ipsec) on
FBSD4.8?
Karim.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Look into bridge(4).
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Hussain Ali
> Sent: Thursday, December 11, 2003 2:59 PM
> To: [EMAIL PROTECTED]
> Subject: grouping 2 or more interfaces as 1
>
>
>
> Hello,
>
> I am freebsd newbie, so bear with m