torrent/sockopts.go

11 lines
114 B
Go

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