Updated to G16.
ISP_NCI packet added to give host more info about new guest
                
            ISP_NCI packet added to give host more info about new guest
 I wonder what the use could be of "    unsigned    UserID;        // LFS UserID".
 I wonder what the use could be of "    unsigned    UserID;        // LFS UserID". ...
 ...
struct IS_NCI // New Conn Info - sent on host only if an admin password has been set
{
    byte    Size;        // 16
    byte    Type;        // ISP_NCI
    byte    ReqI;        // 0 unless this is a reply to a TINY_NCI request
    byte    UCID;        // new connection's unique id (0 = host)
    [b]byte    Language;    // 1 if admin (see below)[/b]
    byte    Sp1;
    byte    Sp2;
    byte    Sp3;
    unsigned    UserID;        // LFS UserID
    unsigned    IPAddress;
};

