Deprecate bufferSize

This commit is contained in:
9seconds
2021-11-28 17:58:14 +03:00
parent bae5407372
commit d19cfb1df4
11 changed files with 30 additions and 55 deletions
+1 -1
View File
@@ -5,6 +5,6 @@ package network
import "syscall"
func setSocketReuseAddrPort(conn syscall.RawConn, bufferSize int) error {
func setSocketReuseAddrPort(conn syscall.RawConn) error {
return nil
}