section:
client side: sendto( ,MSG_FASTOPEN, ..) // ref: bits/socket.h
server side: setsockopt( TCP_FASTOPEN) // ref: linux/tcp.h netinet/tcp.h
Will golang support tcp fast open natively on linux platform?
Or, what are possible solutions to use tcp fast open if I want my Go web
server(net.http) use it?
--
You received this message because you are subscribed to the Google Groups "golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.