]> Sergey Matveev's repositories - btrtrc.git/blob - sockopts.go
Add testdata/The-Fanimatrix-(DivX-5.1-HQ).avi.torrent
[btrtrc.git] / sockopts.go
1 //go:build !wasm
2
3 package torrent
4
5 import "syscall"
6
7 var lingerOffVal = syscall.Linger{
8         Onoff:  0,
9         Linger: 0,
10 }