In a tcp server that uses

    f := open(":1888", "na") 

is there a way to get the address of the other end, the way
r.addr does for UDP received msgs, e.g.:

  r := receive(f)
  write(r.addr)  # works fine for udp

Thanks,
Wendell



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO September
19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Unicon-group mailing list
Unicon-group@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unicon-group

Reply via email to