Hi, I have a server with an UDP socket listening.
Some Clients connect with the Ip address of the server : Direct Addressing. Some Clients do not know the Ip address of the server, therefore they connect by sending a broadcast. In OnDataAvailable event, i would like to know which Clients have been connected through a broadcast. procedure TFormprin.WSocketServerUDPDataAvailable(Sender: TObject; Error: Word); begin if ...... then panel1.caption:='Broadcast' else panel1.caption:='Direct addressing'; end; How can i achieve this ? Thanks, Lionel -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be
