Re: [twsocket] has packet reach other end

2005-09-13 Thread Wilfried Mestdagh
Hello Angus, > You could use the raw socket monitoring component I wrote to watch > the TCP packets for the response, to avoid using a timeout. > http://www.magsys.co.uk/download/software/monsock1.zip Good idea. Will try it out ! --- Rgds, Wilfried http://www.mestdagh.biz -- To unsubscribe or

Re: [twsocket] has packet reach other end

2005-09-13 Thread Wilfried Mestdagh
Hello Francois, > Why not sending ACK yourself above TCP ? Because I did not designed MDOT protocol :( --- Rgds, Wilfried http://www.mestdagh.biz -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at

Re: [twsocket] has packet reach other end

2005-09-13 Thread Francois Piette
g/ssl.html -- [EMAIL PROTECTED] Author of ICS (Internet Component Suite, freeware) Author of MidWare (Multi-tier framework, freeware) http://www.overbyte.be - Original Message - From: "Wilfried Mestdagh" <[EMAIL PROTECTED]> To: Sent: Monday, September 12, 2005 7:32 PM Subjec

Re: [twsocket] has packet reach other end

2005-09-12 Thread Angus Robertson - Magenta Systems Ltd
> MDOT has some usefull things on board to send/receive binairy data > over TCP and timeouts but it does not provide any ACK to be sure > packet is delivered on the other end. Winsock has this internally > but there is as far as I know not a way to tell the application. You could use the raw socke

[twsocket] has packet reach other end

2005-09-12 Thread Wilfried Mestdagh
Hello, I'm writing an MDOT server. For who is concerned: MDOT is the protocol used for tunneling MPAK packets over TCP connections. MPAK is the format used for MOBITEX wich is a packet switched radio network. MDOT has some usefull things on board to send/receive binairy data over TCP and timeouts