Question on sending data over UDP endpoints
Question on sending data over UDP endpoints
- Subject: Question on sending data over UDP endpoints
- From: Igor garnov <email@hidden>
- Date: Thu, 1 Jul 2004 00:00:52 +0400
Hello,
My Carbon CFM application uses Open Transport and works with endpoints
in asynchronous mode, installing a notifier routine.
if I use "OTSndUData" to send some data to a foreign host, should I
also install an OT timer that fires in, say, 5 seconds if no reply is
given, or will my notifier routine be called with "T_UDERR" code to
indicate that the foreign host is down / is not listening on the port
specified? Will I actually receive an ICMP message, which will
consequently trigger "T_UDERR" event?
Thanks in advance,
Igor
_______________________________________________
macnetworkprog mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/macnetworkprog
Do not post admin requests to the list. They will be ignored.