2
0
mirror of synced 2025-02-23 06:08:07 +00:00
torrent/sockopts.go

11 lines
114 B
Go
Raw Normal View History

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