Hello,
In the latest versions of v7, I am having trouble in getting it work when
there is self-signed cert on web server. What is the proper way to do this?
I cannot have the demo work as well!
Regards,
SZ
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lis
I also increased the winsock receive buffer to 256KB. Is there a limit of
winsock receive buffer?
I have no idea about the limit.
I thought on processing speed, but I use a separated thread for I/O
communication and for testing I have only 1 socket and still dropping some
packets. And for tes
Hi Eric,
I had the same problem some time ago.
If you use wireshark to snif packets, you can see that all packets
arrive on the machine, but not inside the application.
I've done two little programs to test this behaviour:
-udpclient send packets.
-udpserver count lost packets.
I tried them on th
HI François
I thought on processing speed, but I use a separated thread for I/O
communication and for testing I have only 1 socket and still dropping some
packets. And for testing, at a given time, the processor usage is always 0%.
The received data is not even large, I can notice drops in rec
Hello Anton,
> 2) $IF defines
Conditional expressions are not supported by some source
documentation tools, so they should be avoided in order to
keep the option of source inline documentation from which
a help file can be created automatically, i.e. with PasDoc.
--
Arno Garrels
--
To unsu
Hello Francois, thanks for answering.
2) $IF defines
for my units, I replaced the include file with COMPILER_##_UP defines to the
file with following text:
// compiler version constants for checking with $IF directive (only for
Delphi7+)
const
RAD_XE = 22;
RAD_2010 = 21;
RAD_2009 = 20;