github.com/geniusesgroup/libgo@v0.0.0-20220713101832-828057a9d3d4/tcp/socket-firewall.go (about) 1 /* For license and copyright information please see LEGAL file in repository */ 2 3 package tcp 4 5 import ( 6 "../protocol" 7 ) 8 9 func (s *Socket) checkPushFlag() (err protocol.Error) { 10 // TODO::: 11 return 12 }