Exemple #1
0
        public void SetTTL(ushort client, int ttl)
        {
            if (!TTL.ContainsKey(client))
            {
                TTL[client] = new BoxInt();
            }

            TTL[client].Value = ttl;
        }
Exemple #2
0
        public void SetTTL(ushort client, int ttl)
        {
            if (!TTL.ContainsKey(client))
                TTL[client] = new BoxInt();

            TTL[client].Value = ttl;
        }