github.com/neatio-net/neatio@v1.7.3-0.20231114194659-f4d7a2226baa/network/p2p/netutil/toobig_notwindows.go (about) 1 //go:build !windows 2 // +build !windows 3 4 package netutil 5 6 func isPacketTooBig(err error) bool { 7 return false 8 }