push flag (1 bits)
The push flag tells the receiving end of the tcp connection to “push” all buffered data to the receiving application. It basically says “done for now”.
via The TCP Datagram.
This would be the PSH flag that I needed to look up and found this site which makes for a good reference.