Cygwin: tcp: Support TCP_FASTOPEN
TCP_FASTOPEN is supported since W10 1607. Fake otherwise. Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
@ -718,7 +718,8 @@ class fhandler_socket_wsock: public fhandler_socket
|
||||
class fhandler_socket_inet: public fhandler_socket_wsock
|
||||
{
|
||||
private:
|
||||
bool oobinline; /* True if option SO_OOBINLINE is set */
|
||||
bool oobinline; /* True if option SO_OOBINLINE is set */
|
||||
bool tcp_fastopen; /* True if TCP_FASTOPEN is set on older systems */
|
||||
protected:
|
||||
int af_local_connect () { return 0; }
|
||||
|
||||
|
Reference in New Issue
Block a user