mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-09-02 00:11:56 +03:00
Add TCP_NOTSENT_LOWAT setting
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
//go:build !linux && !darwin
|
||||
|
||||
package network
|
||||
|
||||
import "syscall"
|
||||
|
||||
func setNotSentLowat(conn syscall.RawConn) {}
|
||||
Reference in New Issue
Block a user