/* $Id: machine.h,v 1.4 2004/03/17 20:22:42 ksb Exp $ */ /* This is an extension to the original RFC that ksb likes a lot. * If this host knows a host that provides the service it can send one * of three aditional replies: * 1) To redirect the client to a new host: * @host\r\n * 2) To specify the same host, on a different port: * @:port\r\n * 3) To specify both a new host and port number: * @host:port\r\n * * When the port is specified and is other than "1" the client SHOULD * expect the requested service to respond without the tcpmux protocol * negotiation. In other cases the client SHOULD expect the service * requested to respond. * The server SHOULD elide the port number when it is port 1, and MUST * not reply with both the host and port it listens on (viz. ":1"). */ #if !defined(RFC1078_REDIR) #define RFC1078_REDIR 1 #endif /* When the service line looks like *