Re: Atheros, hardware access layer, collisions
From: David Malone (dwmalone_at_maths.tcd.ie)
Date: 07/21/05
- Previous message: Giorgos Keramidas: "Re: help w/panic under heavy load - 5.4"
- In reply to: Sam Pierson: "Re: Atheros, hardware access layer, collisions"
- Next in thread: Sam Pierson: "Re: Atheros, hardware access layer, collisions"
- Reply: Sam Pierson: "Re: Atheros, hardware access layer, collisions"
- Reply: Sam Pierson: "Re: Atheros, hardware access layer, collisions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: Sam Pierson <samuel.pierson@gmail.com> Date: Thu, 21 Jul 2005 16:47:32 +0100
> I've got two computers synchronized to send one packet each to this
> machine sitting between them. This machine responds with a packet
> to each that it receives (on the application level, not in the control frame
> space), so if there is a collision, I don't want the middle machine to
> respond and I don't want the senders to retransmit when they don't
> receive an ACK control frame after they send their data packet (again,
> this packet is up on the transport layer, so more control frames might
> be sent). Normal operation (regular connectivity) is not needed on the
> two senders, so screwing up their retransmission scheme isn't a problem.
OK - you can probably achieve that by setting the retry limit to
be 1, setting CWmin to be very small. However, you'll need to make
sure that both machines transmissions are synchronised to better
than 20us (which is no mean feat), otherwise carrier sense will
foil your plan!
David.
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"
- Previous message: Giorgos Keramidas: "Re: help w/panic under heavy load - 5.4"
- In reply to: Sam Pierson: "Re: Atheros, hardware access layer, collisions"
- Next in thread: Sam Pierson: "Re: Atheros, hardware access layer, collisions"
- Reply: Sam Pierson: "Re: Atheros, hardware access layer, collisions"
- Reply: Sam Pierson: "Re: Atheros, hardware access layer, collisions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]