Good day, please check out a new Delphi tutorial that starts listening to an incoming connection, accepts the connection, receives all data over the established connection, and sends no data back to the client.
The program uses the TcpServerConnection socket class from the
Clever Internet Suite library to start listening on the specified local port and receive TCP packets over the Network.
The sources are available on
GitHub
Published: January 26, 2022 at 2:42 PM