/******************************************************************************
(c) 2000-2004 Patrick Caulfield patrick@debian.org
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
******************************************************************************/
/* Definitions of LATCP commands */
const int LATCP_STARTLAT = 1;
const int LATCP_SHUTDOWN = 2;
const int LATCP_SETRESPONDER = 3;
const int LATCP_SETRATING = 4;
const int LATCP_SETNODENAME = 5;
const int LATCP_SETMULTICAST = 6;
const int LATCP_ZEROCOUNTS = 7;
const int LATCP_VERSION = 8;
const int LATCP_ADDSERVICE = 9;
const int LATCP_REMSERVICE = 10;
const int LATCP_SHOWCHAR = 11;
const int LATCP_SHOWSERVICE = 12;
const int LATCP_ADDPORT = 14;
const int LATCP_REMPORT = 15;
const int LATCP_ACK = 16;
const int LATCP_SETRETRANS = 17;
const int LATCP_SETKEEPALIVE = 18;
const int LATCP_UNLOCK = 19;
const int LATCP_SETIDENT = 20;
const int LATCP_PURGE = 21;
const int LATCP_SETSERVERGROUPS = 22;
const int LATCP_UNSETSERVERGROUPS = 23;
const int LATCP_SETUSERGROUPS = 24;
const int LATCP_UNSETUSERGROUPS = 25;
const int LATCP_TERMINALSESSION = 26;
const int LATCP_SHOWNODES = 27;
const int LATCP_ERRORMSG = 99; // Fatal
syntax highlighted by Code2HTML, v. 0.9.1