Re: FreeBSD 4.x and OS-X tcp performance

2005-03-11 Thread Mark Tinguely
on Fri, 11 Mar 2005 20:20:02 +0900 (JST), Noritoshi Demizu said: >ack 4195629532 win 5792 (-)<- Original ACK >ack 4195629532 win 6576 (+784) <- dup ACK (with window update) >ack 4195629532 win 6576 (0)<- dup ACK >ack 4195629532 win 7240 (+664)

RE: FreeBSD 4.x and OS-X tcp performance

2005-03-09 Thread Mark Tinguely
FreeBSD side more chances to give duplicate ACKs to recover quicker. For related curiousities, would you tell me if the FreeBSD a Uniprocessor or multiprocessor? --Mark Tinguely. ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman

Re: FreeBSD 4.x and OS-X tcp performance

2005-03-08 Thread Mark Tinguely
happen a lot. --Mark Tinguely ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: FreeBSD 4.x and OS-X tcp performance

2005-03-08 Thread Mark Tinguely
from he server have window adjustments, so the client does not treat them as duplicate ACKs coming from a packet loss. --Mark Tinguely ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any

Re: multicast problem in vls on freebsd 4.10

2004-10-20 Thread Mark Tinguely
gestion is to turn on the verbose debugging, it may shed light on the multicast problem. --Mark Tinguely ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: multicast problem in vls on freebsd 4.10

2004-10-20 Thread Mark Tinguely
used tcpdump on the FreeBSD machine and/or a Windows Ethernet snooper to verify multicast/IGMP traffic? --Mark Tinguely [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, s

Re: My planned work on networking stack

2004-03-08 Thread Mark Tinguely
g 2001 version of current. I am not an expert to say whether or not Forward Acknowledgements are necessary. I am sure this is a good starting point for SACK. --Mark Tinguely. ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listin

Re: My planned work on networking stack

2004-03-08 Thread Mark Tinguely
isadvantage. These could be added pretty easily. --Mark Tinguely. ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: tcp_input's header prediction and a collapsing send window

2002-10-24 Thread mark tinguely
because of a wrapped snd_recover. These variables should be kept more up to date. --Mark Tinguely To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message

Re: Should we keep a cache of mbuf+cluster ready for use ?

2002-07-01 Thread mark tinguely
rtual return address returned by the interrupt complete code). --mark tinguely To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message

Re: FBSD 4.3 New Reno Fast Retransmit Behavior

2002-05-06 Thread mark tinguely
et errors that would cause more even greater performance problems. I suggest you upgrade. --mark tinguely. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message

Re: ip_flow and ipf_tos

2002-04-30 Thread mark tinguely
to mask off these bits from the hash anyway? --mark tinguely. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message

Re: Question regarding pseudo-device ether

2002-04-04 Thread mark tinguely
e and the mailing > list archives, and haven't come upon an answer. yes, ARP resolves all speeds of Ethernet to IP. -current and 4.5-stable as of this week, also support other size MACs like Arcnet too. --mark tinguely To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe f

Re: help with tcp checksum

2002-03-12 Thread mark tinguely
just a PS reminder that you need to put the IP/ports in network byte order. appropriate htonl() and htons() must be used if the the values are not already in network byte order. You may get away with not doing this on a Sparc (or Alpha?) because of their endian is network byte order. --mark

Re: Duplicate Acks and Fast Retransmit

2002-02-07 Thread mark tinguely
> In order to understand the effect of reordering better, > > a)the value of "Fast Retransmit Threshold" in tcp_input.c is modified to 1 ouch, hopefully this is an isolated network. > b)packets of the connection are distributed over 2 links. > > 1. Is it possible to have so many duplicate ac

Re: ARP and AX.25 (help needed)

2002-02-01 Thread mark tinguely
ng the soft-changing of the link level address compatiable with ethernet. To answer your question, the foot work has been done for you. --mark tinguely. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message

Re: urgent question regarding IP-in-IP encapsulation

2002-01-17 Thread mark tinguely
nnel. mrouted(8) performs this function and several other required tasks. Are you trying to do something beyond tunneling multicast over an IPv4 network, such as tunneling inside the DVMRP tunnel or PIM network? --mark tinguely. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe

Re: TCP snd_recover

2001-12-14 Thread mark tinguely
Sorry, I lost my negatives this morning ... we can NOT do much about stale snd_recover, and would NOT happen very easilly, NOR often. initialization for the snd_recover TCPS_SYN_SENT and TCPS_SYN_RECEIVED is a simple solution that can handle the simple case, and much more likely case. --m

TCP snd_recover

2001-12-13 Thread mark tinguely
nd_max, but less likely. I have not caught this in a trace yet. --mark tinguely. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message

Re: Does 4.4 FreeBSD kernel supports TCP simultaneous open?

2001-11-30 Thread mark tinguely
round to fund a good rewrite...of course there is some competative advatange to do so only for themselves. time to go back to (my) reality... --mark tinguely. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message

tcp_usr_connect

2001-09-13 Thread mark tinguely
in tcp_usr_connect() and tcp6_usr_connect() in sys/netinet/tcp_usrreq.c in both FreeBSD 4.3 and -current is there a missing tp = intotcpcb(inp); call? It seems from my eyes that "tp" is not initialized. --mark tinguely. To Unsubscribe: send mail to [EMAIL PROTECTED] with &q

Re: Multicasting and routes

2001-07-12 Thread mark tinguely
> It seems there is a problem in our IP stack with regards to > multicasting. The symptoms is the inability to send multicast packets on > correctly configured sockets in the absence of a default (or, > erroneously, multicast address being used) route. I don't know if I am reading your quest

Re: forerunner LE drive

2001-04-27 Thread mark tinguely
driver. --mark tinguely. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message