Search found 6 matches
- Mon Jan 11, 2010 3:06 pm
- Forum: NetBurner Software
- Topic: HTTP response missing
- Replies: 7
- Views: 9753
Re: HTTP response missing
I think I found it. If you do the close on anything except an IP address change, it screws up the tcp layer which then sends an ACK to a non-existant packet which, in turn, confuses the client. I'm not clear about the lowest level details there, but if you remove the close ( sock ), then everything ...
- Sun Jan 10, 2010 8:52 pm
- Forum: NetBurner Software
- Topic: HTTP response missing
- Replies: 7
- Views: 9753
Re: HTTP response missing
Thanks for your attention. I already commented out the close and it did not fix the problem. In fact, I put a breakpoint on the close and waited a minute or so. The error happened after the redirect call while I waited. As to the firewall, I am on a 1Gb network connection to a switch which is also c...
- Sat Jan 09, 2010 8:46 pm
- Forum: NetBurner Software
- Topic: HTTP response missing
- Replies: 7
- Views: 9753
Re: HTTP response missing
Here is the code. I just added the If statement for the two RedirectResponse calls. It used to just do the first one all the time. It made no difference. I was trying to determine if prefixing with the IP address was the problem. I just used wireshark and got a slightly different reading. It shows t...
- Sat Jan 09, 2010 5:50 pm
- Forum: NetBurner Software
- Topic: HTTP response missing
- Replies: 7
- Views: 9753
Re: HTTP response missing
I forgot to mention, the same problem happens in the example web server code.
- Sat Jan 09, 2010 5:46 pm
- Forum: NetBurner Software
- Topic: HTTP response missing
- Replies: 7
- Views: 9753
HTTP response missing
I have an application (currently working) which reads UDP packets and forwards them to another microprocessor (and sends the responses back). We decided to merge in the web server that lets you change parameters for the NetBurner (SB72 in this case) through an internal web site. I used an example we...
- Mon Dec 14, 2009 10:48 am
- Forum: NetBurner's Eclipse IDE
- Topic: Launcher Won't on Vista
- Replies: 6
- Views: 7416
Re: Launcher Won't on Vista
Actually, you can make it work without turning off UAC. Use Windows Explorer to go to the directory where NBEclipse lives (usually c:\nburn\NBEclipse). Right click on the NBEclipse.exe file and choose Properties. Choose the Compatibility tab. At the bottom choose "Run as Administrator" and...