Re: [twsocket] keepalive

2006-03-10 Thread Dod
Hello Wilfried, Here are some other infos that may help/explain TcpMaxDataRetransmissions Key: Tcpip\Parameters Value Type: REG_DWORD-Number Valid Range: 0-0x Default: 5 Description: This parameter controls the number of times TCP will retransmit an individual data segment

Re: [twsocket] Charset in Mail header

2006-03-10 Thread DZ-Jay
On Mar 8, 2006, at 13:48, Paweł (WP) wrote: But, I need to add something like this: Content-type: text/html; charset=iso-8859-2 If I add this line to procedure HtmlSmtpClientProcessHeader it brokes the email... You need to add the charset to only the MIME-part that will use that

Re: [twsocket] Compiling latest ICS-beta

2006-03-10 Thread Merijn Terheggen
I also get the same parameter mismatch errors in BCB6 that Bjørnar mentioned in his mail. Any ideas? Bjørnar: are these errors gone in your set-up now? What did you do? I used the 20060309 beta and the forementioned constants are commented-out (I checked it). On 1/27/06, Bjørnar Nielsen [EMAIL

Re: [twsocket] Compiling latest ICS-beta

2006-03-10 Thread Fastream Technologies
I second both of you as I reported earlier. Regards, SZ - Original Message - From: Merijn Terheggen [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Friday, March 10, 2006 2:54 PM Subject: Re: [twsocket] Compiling latest ICS-beta I also get the same parameter

Re: [twsocket] Compiling latest ICS-beta

2006-03-10 Thread Bjørnar Nielsen
The problemt with the constants that were defined in both Winsock.pas and WSoscket.pas went away after commenting them out in WSocket.pas. I think Francois agreed on removing them from WSocket.pas. The other fault with parameter mismatch with Active and Coding in HttpContCod.hpp I have no

Re: [twsocket] Compiling latest ICS-beta

2006-03-10 Thread Arno Garrels
Bjørnar Nielsen wrote: The problemt with the constants that were defined in both Winsock.pas and WSoscket.pas went away after commenting them out in WSocket.pas. I think Francois agreed on removing them from WSocket.pas. IOCPARM_MASK IOC_VOID IOC_OUT IOC_IN IOC_INOUT Above constants have been

Re: [twsocket] Odd Behaviour

2006-03-10 Thread Allan Fernandes
Hi Arno Garrels, I still haven't got your configuration and the problem completely. As far as I understand the FTP server in question is listining on port 5014. It has active connections downloading files, but one of your clients gets a 10061 when it tries to connect, is that correct? What

Re: [twsocket] Compiling latest ICS-beta

2006-03-10 Thread Fastream Technologies
Hello, I also get error in HttpContCod.hpp on __property bool Active = {read=GetActive, nodefault}; (line 85) __property AnsiString Coding = {read=GetCoding}; (line 86) The error is parameter mismatch. With today's beta (March 9th) I get the above errors as well. Anyone has found a cure