Search found 4 matches

by CalvinF
Mon Jun 14, 2010 7:05 am
Forum: NetBurner Software
Topic: Mod5282, ehternet hung in data packet wait mode.
Replies: 7
Views: 6160

Re: Mod5282, ehternet hung in data packet wait mode.

That was a typo on my part. I think your code should work or you can just use the BogusPacketPP pointer instead of p. You should sniff the packets using wireshark on a PC. You may need to have a hub instead of a switch so your PC can see the packet. This will show you if the reset packets are being ...
by CalvinF
Thu Jun 10, 2010 1:56 pm
Forum: NetBurner Software
Topic: Mod5282, ehternet hung in data packet wait mode.
Replies: 7
Views: 6160

Re: Mod5282, ehternet hung in data packet wait mode.

In the code I posted I put the following line twice

Yup thanks for that.

It appears that so far this method isn't working yet. I get it to increment all the way through the 65535 possible socket #'s, but I never see the destination stuck mod5282 come out of it.

I do have a question about your ...
by CalvinF
Thu Jun 10, 2010 7:58 am
Forum: NetBurner Software
Topic: Mod5282, ehternet hung in data packet wait mode.
Replies: 7
Views: 6160

Re: Mod5282, ehternet hung in data packet wait mode.

Now this is a really tough one. So it looks like you are using ReadWithTimeout, you check for an error but not for a timeout. What happens to your code when TCP_IP_size = 0 because of a timeout? Does it just loop back around and try to read again? If so the TCP socket will never close on its own ...
by CalvinF
Wed Jun 09, 2010 1:24 pm
Forum: NetBurner Software
Topic: Mod5282, ehternet hung in data packet wait mode.
Replies: 7
Views: 6160

Mod5282, ehternet hung in data packet wait mode.

Help Help. I have a rookie ehternet problem here and I need help.

Due to a TCP IP timeout error on the PC, the PC cannot access the data on any of the netburners(32 in all) in the system. A Processor "Reset" is not allowed.

The netburners are stuck in a loop using this section of code ...