forked from quic-go/quic-go
Merge pull request #2813 from lucas-clemente/fix-linting-on-mac
fix linting error on OSX
This commit is contained in:
@@ -5,6 +5,7 @@ package quic
|
||||
import "syscall"
|
||||
|
||||
const (
|
||||
//nolint:stylecheck
|
||||
ip_recvtos = 27
|
||||
msgTypeIPTOS = ip_recvtos
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user