Re: [twsocket] ICS V5 Beta. Now include HTTP server authentication

2006-03-06 Thread Fastream Technologies
Still looking forward to a solution! ;(( - Original Message - From: "Fastream Technologies" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Sunday, March 05, 2006 8:02 PM Subject: Re: [twsocket] ICS V5 Beta. Now include HTTP server authentication > Hello, > > The problem persists

[twsocket] Odd Behaviour

2006-03-06 Thread Allan Fernandes
Hi, I use ICS version: V2.99 (Revised: May 29, 2005) with Delphi5 My client's setup is thus: MachServ (WinXP) MachA (Win98) MachB (Win98) MachC (Win98) MachD (Win98) I have 2 applications MyNode.exe and MyServer.exe MyNode: runs in background on all 5 machines. It Uses following ICS components

[twsocket] Raw sockets doesn't capture broadcast UDP packets

2006-03-06 Thread Jack
Hello Francois, I used the code you posted earlier to capture traffic with raw sockets. It's the UDP packets I'm interested. It all works fine with packets specifically addressed to this IP. However, all broadcast packets are not captured, such as 192.168.1.255. I tried a C++ library based on raw

Re: [twsocket] broadcast sender address

2006-03-06 Thread Robert Van Gemert
a bit more on this... ReceiveFrom seems to block and enter a high cpu load state if called repeatly. I have a server that broadcasts regulary (200 msec rate). The client application uses the OnDataAvailable event to call ReceiveFrom. This application hangs in the ReceiveFrom function if it gets