caleb41610 11 Posted October 18, 2012 I'm looking for an alternative to checking TCPRecv() errors and periodic pings. Are there any other good ways to check? Occasionally checking for a bad connection with TCPRecv() will dump a message from a good connection in to my dummy variable. If I have to add code to handle when that happens, I guess I will. Just seeing if there are any good alternatives first though. I didn't seem to find much when searching. Multi-Connection TCP Server Share this post Link to post Share on other sites
FireFox 260 Posted October 18, 2012 Hi, A time you will need to send or receive something, if it does not work with the error code for tcp out, it will mean that the connection is lost. Br, FireFox. OS : Win XP SP2 (32 bits) / Win 7 SP1 (64 bits) / Win 8 (64 bits) | Autoit version: latest stable / beta.Hardware : Intel(R) Core(TM) i5-2400 CPU @ 3.10Ghz / 8 GiB RAM DDR3.My UDFs : Skype UDF | TrayIconEx UDF | GUI Panel UDF | Excel XML UDF | Is_Pressed_UDFMy Projects : YouTube Multi-downloader | FTP Easy-UP | Lock'n | WinKill | AVICapture | Skype TM | Tap Maker | ShellNew | Scriptner | Const Replacer | FT_Pocket | Chrome theme makerMy Examples : Capture tool | IP Camera | Crosshair | Draw Captured Region | Picture Screensaver | Jscreenfix | Drivetemp | Picture viewerMy Snippets : Basic TCP | Systray_GetIconIndex | Intercept End task | Winpcap various | Advanced HotKeySet | Transparent Edit control Share this post Link to post Share on other sites