"deostroll" <deostroll@newsgroup> wrote in message
news:0FC80D24-DC75-4E8A-9476-891FA26E5B74@newsgroup
> Hi,
>
> I am not that experienced with tcp programming. Lately I am trying to
> understand how I can respond to server acknowledgements. I guess they come
> into picture only if you send some IAC DO instructions to the server. I am
> not sure though. I have posted a full account of my problem over @ msdn
> forums. Not got a response so far. Below is the link to it:
> http://social.msdn.microsoft.com/For...8-53df02228eae
>
> Hoping I can find some advice. Thanx in advance.
>
> --deostroll The acknowledgment you are talking about is internal to TCP protocol. It's
not passed to an application and the application does not need to respond to
it (it can't). OS will handle that. Your problem is somwhere in the
implementation of telnet protocol.
Regards,
Goran