Re: [twsocket] WSocket - HOW DO I...?

2006-06-25 Thread Waldemar Łukaszewski
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Waldemar Lukaszewski Sent: 24 June 2006 16:04 To: ICS support mailing Subject: Re: [twsocket] WSocket - HOW DO I...? It's a standard header. No additional data available... Compare the 2 dumps I gave... packet size header

Re: [twsocket] WSocket - HOW DO I...?

2006-06-25 Thread Dan
You can then use WSockets linemode. Set the end of line character to #04. Dan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Waldemar Lukaszewski Sent: 25 June 2006 09:21 To: ICS support mailing Subject: Re: [twsocket] WSocket - HOW DO I...? Ok

Re: [twsocket] WSocket - HOW DO I...?

2006-06-24 Thread Waldemar Łukaszewski
:00 PM Subject: Re: [twsocket] WSocket - HOW DO I...? In BF2 it uses TCP... anyways... the problem is that i dunno how to set this buffer size :( The problem appears only on WIFI connection... :( Dnia 22-06-2006 o godz. 21:23 Dan napisał(a): RCON usually uses UDP (at least in my

Re: [twsocket] WSocket - HOW DO I...?

2006-06-24 Thread Arno Garrels
, June 22, 2006 10:00 PM Subject: Re: [twsocket] WSocket - HOW DO I...? In BF2 it uses TCP... anyways... the problem is that i dunno how to set this buffer size :( The problem appears only on WIFI connection... :( Dnia 22-06-2006 o godz. 21:23 Dan napisal(a): RCON usually uses UDP

Re: [twsocket] WSocket - HOW DO I...?

2006-06-24 Thread Waldemar Łukaszewski
2006 16:04 To: ICS support mailing Subject: Re: [twsocket] WSocket - HOW DO I...? It's a standard header. No additional data available... Compare the 2 dumps I gave... packet size header is the number of bytes in selected packet... doesnt have anything to do with how WSocket will split

Re: [twsocket] WSocket - HOW DO I...?

2006-06-24 Thread Waldemar Łukaszewski
2006 16:04 To: ICS support mailing Subject: Re: [twsocket] WSocket - HOW DO I...? It's a standard header. No additional data available... Compare the 2 dumps I gave... packet size header is the number of bytes in selected packet... doesnt have anything to do with how WSocket

Re: [twsocket] WSocket - HOW DO I...?

2006-06-24 Thread Francois PIETTE
@elists.org Sent: Saturday, June 24, 2006 5:04 PM Subject: Re: [twsocket] WSocket - HOW DO I...? It's a standard header. No additional data available... Compare the 2 dumps I gave... packet size header is the number of bytes in selected packet... doesnt have anything to do with how WSocket

Re: [twsocket] WSocket - HOW DO I...?

2006-06-23 Thread Wilfried Mestdagh
Hello Waldemar, In BF2 it uses TCP... anyways... the problem is that i dunno how to set this buffer size This has nothing to do with a buffer size. It is how TCP works. See TCP/UDP primer on overbyte home page. For the problem you have it is very simple. Check the protocol that the server

Re: [twsocket] WSocket - HOW DO I...?

2006-06-23 Thread Francois Piette
: [twsocket] WSocket - HOW DO I...? The problem is that i'm only making a clinet. Server is as it is. There is no way to change it... Dnia 22-06-2006 o godz. 17:58 Francois PIETTE napisał(a): have no idea how do i know if server have sent all it wanted to send after command

Re: [twsocket] WSocket - HOW DO I...?

2006-06-22 Thread Francois PIETTE
have no idea how do i know if server have sent all it wanted to send after command. The easiest is to add a delimiter after the data. And the eaisiest is to use a CR/LF pair, that is send text lines. It is easy because TWSocket has a LineMode you can set to TRUE to have it assemble complete

Re: [twsocket] WSocket - HOW DO I...?

2006-06-22 Thread Waldemar Łukaszewski
The problem is that i'm only making a clinet. Server is as it is. There is no way to change it... Dnia 22-06-2006 o godz. 17:58 Francois PIETTE napisał(a): have no idea how do i know if server have sent all it wanted to send after command. The easiest is to add a delimiter after the

Re: [twsocket] WSocket - HOW DO I...?

2006-06-22 Thread Francois PIETTE
twsocket@elists.org Sent: Thursday, June 22, 2006 8:34 PM Subject: Re: [twsocket] WSocket - HOW DO I...? The problem is that i'm only making a clinet. Server is as it is. There is no way to change it... Dnia 22-06-2006 o godz. 17:58 Francois PIETTE napisał(a): have no idea how do i know

Re: [twsocket] WSocket - HOW DO I...?

2006-06-22 Thread Dan
Sent: 22 June 2006 19:34 To: ICS support mailing Subject: Re: [twsocket] WSocket - HOW DO I...? The problem is that i'm only making a clinet. Server is as it is. There is no way to change it... Dnia 22-06-2006 o godz. 17:58 Francois PIETTE napisał(a): have no idea how do i know if server have

Re: [twsocket] WSocket - HOW DO I...?

2006-06-22 Thread Waldemar Łukaszewski
the buffer size of the socket so that all the data is included in a single datagram. Dan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Waldemar Lukaszewski Sent: 22 June 2006 19:34 To: ICS support mailing Subject: Re: [twsocket] WSocket - HOW DO I