1. EUsocks won't transmit zeros!(#00)
- Posted by Alexander <Carnivals at INAME.COM> Jan 07, 2001
- 457 views
At least I've failed, anyone got any idea?(Probably...)
2. Re: EUsocks won't transmit zeros!(#00)
- Posted by Alexander <Carnivals at INAME.COM> Jan 09, 2001
- 439 views
Correction - EUSocks won't *READ* zeros :( It'll just cut off at the first best 0
3. Re: EUsocks won't transmit zeros!(#00)
- Posted by Kat <gertie at PELL.NET> Jan 09, 2001
- 416 views
On 9 Jan 2001, at 12:17, Alexander wrote: > Correction - EUSocks won't *READ* zeros :( It'll just cut off at the first > best 0 I hear windoze has a variable that holds the number of bytes recieved in the buffer for that port, just read untill that variable is zero. I have no idea what the name of the var is tho. Kat
4. Re: EUsocks won't transmit zeros!(#00)
- Posted by Ray Smith <smithr at IX.NET.AU> Jan 09, 2001
- 428 views
Hi, >Correction - EUSocks won't *READ* zeros :( It'll just cut off at the first >best 0 I have never used EuSocks but one method I'm sure that would work is to not send zeros but send another number instead (that you know "should" never appear). e.g. all 9's and on the receieving end if u get all 9's change it to 0. [Watch out for blatant plug :)] Depending on what your doing you might also like to check out euTcp4u and euLibnet I wrote that wrapped some TCP libraries. You can find them on the recent user contributions page. Ray Smith