New topic in Networking: UDP and Error Codes
ElmoFire - Sat Mar 29, 2008 1:06 pm <http://forums.realsoftware.com/viewtopic.php?t=21515> I am writing an internet chat and data transfer program. UDP is the way to go for me because my customers will be checking in from different ip addresses all the time. Everything is done except error correction. Here are the Error Codes I've found: 100 OpenDriveError 102 LostConnection 103 NameResolutionError 105 AddressInUseError 106 InvalidStateError 107 InvalidPortError 108 OutOfMemoryError My question is what error codes should I check for before I try to send data and which error codes should I check for after I try to send data and which error codes should I not even check for? Please help me! I've looked in all the documentation, all over the internet, and all over this forum and so far I've come up short. -- Over 900 classes with 18000 functions in one REALbasic plug-in. The Monkeybread Software Realbasic Plugin v8.1. <http://www.monkeybreadsoftware.de/realbasic/plugins.shtml> [email protected]
