---------- Forwarded message ----------
Date: Thu, 19 Oct 2000 09:36:41 +0200 (DFT)
From: Frank Sievertsen <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: UDP Networking

Hi!

Having an udp-server

   s: open udp://

and receiving a message

   copy/part s 1
   == "Blubb"

How to find out, from which ip and port the message has been send?
I know I can answer to the client, but I need to find out on which port/ip
it lives. This feature is needed since udp often works this way.

 Having a server.
 - Incoming message.
 - Opening new port
 - Answering the messages with the new port
 - All further communication is done by the new port, while the server
   port only receives the first messages from each client.

Frank

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to