Home | History | Annotate | Download | only in runner

Lines Matching full:issupportedversion

1674 // isSupportedVersion checks if the specified wire version is acceptable. If so,
1677 func (c *Config) isSupportedVersion(wireVers uint16, isDTLS bool) (uint16, bool) {
1696 if _, ok := c.isSupportedVersion(vers, isDTLS); ok {