Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Mar : Re: how to differentiate clients on same address?
| Subject: | Re: how to differentiate clients on same address? |
| Posted by: | "API" (ari.pikivir..@kolumbus.fi) |
| Date: | Wed, 7 Mar 2007 09:54:37 |
this really was the one i needed - just i wonder why it didn't
come into my mind at critical time for completion of my app.. :)
thank you very much.
"Remy Lebeau (TeamB)" <no.spam@no.spam.com> wrote in message
news:45edb7f6$1@newsgroups.borland.com...
>
>> how to differentiate clients on same address?
>
> A socket is uniquely identified by both the IP/Port that it is locally
> bound to, and the IP/Port that it is connected to.
none