[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Loopback test failing, not returning from rtems_bsdnet_event_receive()
- Date: Mon, 21 Sep 2009 14:12:00 -0400
- From: dufault at hda.com (Peter Dufault)
- Subject: Loopback test failing, not returning from rtems_bsdnet_event_receive()
On Sep 21, 2009, at 12:32 , Peter Dufault wrote:
> None of the tasks get beyond the rtems_bsdnet_event_receive() in
> soconnsleep().
I've tracked it down to everything getting dropped with a bad checksum
in tcp_input() at line 321. For the loopback wouldn't the same
in_cksum() be used even if a target-specific one were broken or is
RTEMS smart about that?
Peter