|
"Awaiting the TCP Data ...");
SetDlgItemText(hOurDlg,
IDD_HNAME, "
");
tmp
= sizeof(local);
if
(!blocking_option) {
hAcceptSock
= accept(hSock,(struct sockaddr FAR *)&local,
(int
FAR *)&tmp);
}
else
{
for
(;;) {
do
{
;
}
while (ShoutBlockingHook()); /* Dispatch mess |