github.com/neatlab/neatio@v1.7.3-0.20220425043230-d903e92fcc75/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 }