You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (inertvalMin!=0&&inertvalMin<5) || (inertvalMax!=0&&inertvalMax<5) {
2145
+
if (c.FinalMask.QuicParams.UdpHop.Interval.From!=0&&c.FinalMask.QuicParams.UdpHop.Interval.From<5) || (c.FinalMask.QuicParams.UdpHop.Interval.To!=0&&c.FinalMask.QuicParams.UdpHop.Interval.To<5) {
2157
2146
returnnil, errors.New("Interval must be at least 5")
0 commit comments