[DGD] Implementing MXP

Felix A. Croes felix at dworkin.nl
Tue Sep 9 13:53:31 CEST 2014


Lord Lerkista <lerkista at gmail.com> wrote:

> The mud send this:   IAC WILL TELOPT_MXP to the client to request is the
> client support MXP
> the client if has support send:  IAC DO TELOPT_MXP to the server
> and the server send IAC SB TELOPT_MXP IAC SE to inform that server is using
> mxp

>From your code, the server will respond to IAC DO TELOPT_MXP from the client
with IAC WILL TELOPT_MXP.  But from your description, the server has to send
IAC WILL TELOPT_MXP first, and the client responds with IAC DO TELOPT_MXP.

Regards,
Felix Croes



More information about the DGD mailing list