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