2
0
mirror of synced 2025-02-22 21:58:24 +00:00
torrent/sockopts.go
2023-05-09 15:45:52 +10:00

11 lines
114 B
Go

//go:build !wasm
package torrent
import "syscall"
var lingerOffVal = syscall.Linger{
Onoff: 0,
Linger: 0,
}