-Original Message-
From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org] On
Behalf Of twsocket-requ...@elists.org
Sent: Wednesday, April 17, 2013 8:00 AM
To: twsocket@elists.org
Subject: TWSocket Digest, Vol 521, Issue 2
Send TWSocket mailing list submissions to
I am converting java code.
I wound like to convert the code as quickly as possible.
Can blocking be emulated with ICS?
Are there simple examples?
Darin E. Sease
Building Systems Analyst
Syracuse City School District
PH: 315 435 4292
CELL: 315 440 9969
Email: [EMAIL PROTECTED]
--
I have set up a login scenario that goes as follows.
Once client receives notification of a connection from the server it
sends server a 'login ' command.
The server challenges the client by sending client a word/phrase (w/p).
Client must encrypt the w/p and send back to server.
Server will the
Hi.
TSrvForm = class(TForm)
SrvSocket: TWSocket;
...
Why does this code work:
SrvSocket.Close;
SrvSocket.Addr := '0.0.0.0';
SrvSocket.Port := PortEdit.Text;
SrvSocket.Proto := 'tcp';
SrvSocket.Listen;
SrvSocket.Close;
SrvSocket.Addr := '0.0.0.0';
SrvSocket.Port := 'telnet';
SrvSocke