Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: UDP Networking (fwd)

From: holger:rebol at: 19-Oct-2000 5:57

On Thu, Oct 19, 2000 at 02:31:02AM -0700, [list--brando--rebol--net] wrote:
> > 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.
With current experimental versions you can read the IP/port combination from s/remote-ip and s/remote-port, after reading the message. -- Holger Kruse [holger--rebol--com]