Searched refs:MAX_MSG_TYPICAL (Results 1 – 3 of 3) sorted by relevance
196 this(flags, true, DNSConstants.MAX_MSG_TYPICAL); in DNSOutgoing()206 this(flags, multicast, DNSConstants.MAX_MSG_TYPICAL); in DNSOutgoing()220 _maxUDPPayload = (senderUDPPayload > 0 ? senderUDPPayload : DNSConstants.MAX_MSG_TYPICAL); in DNSOutgoing()
189 this._senderUDPPayload = DNSConstants.MAX_MSG_TYPICAL; in DNSIncoming()
24 public static final int MAX_MSG_TYPICAL = 1460; field in DNSConstants