mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +03:00
use golang.org/x/sys/unix instead of syscall
This commit is contained in:
parent
5a0ce24265
commit
f59cd928f8
5 changed files with 19 additions and 28 deletions
|
@ -2,10 +2,6 @@
|
|||
|
||||
package quic
|
||||
|
||||
import "syscall"
|
||||
import "golang.org/x/sys/unix"
|
||||
|
||||
const msgTypeIPTOS = syscall.IP_TOS
|
||||
|
||||
func setRECVTOS(fd uintptr) error {
|
||||
return syscall.SetsockoptInt(int(fd), syscall.IPPROTO_IP, syscall.IP_RECVTOS, 1)
|
||||
}
|
||||
const msgTypeIPTOS = unix.IP_TOS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue