github.com/GeniusesGroup/libgo@v0.0.0-20220929090155-5ff932cb408e/tcp/option-delayed-acknowledgment.go (about) 1 /* For license and copyright information please see the LEGAL file in the code repository */ 2 3 package tcp 4 5 // https://en.wikipedia.org/wiki/TCP_delayed_acknowledgment 6 // http://tools.ietf.org/html/rfc1122#page-96