[twsocket] Sending Buffer size

2010-03-16 Thread ed...@clanhay
I have a UDP server supplying client data requests. The data returned can have 1 of 2 priorities. I already have the priority algorithm worked out so not a problem. My question is, how much data does twsocket/winsock hold? i.e. If I have several low proiorty requests sending large amounts of dat

[twsocket] TFTPClient in Free pascal

2010-04-10 Thread ed...@clanhay
I am trying to use TFTPClient in FreePascal. I have used twSocket successfully but the FTPClient will not compile because when trying to link the ICSZLibObj it comes up with "Error: IllegalCOFF Magic while reading C:/xxx/adler32.obj". (every external obj comes up with that error). I have tryin