Re: [PATCH net-next 0/3] net/tcp-fastopen: Add new userspace API support

2017-01-25 Thread David Miller
From: Wei Wang Date: Mon, 23 Jan 2017 10:59:19 -0800 > The patch series is to add support for new userspace API for TCP fastopen > sockets. > In the current code, user has to call sendto()/sendmsg() with special flag > MSG_FASTOPEN for TCP fastopen sockets. This API is

[PATCH net-next 0/3] net/tcp-fastopen: Add new userspace API support

2017-01-23 Thread Wei Wang
From: Wei Wang The patch series is to add support for new userspace API for TCP fastopen sockets. In the current code, user has to call sendto()/sendmsg() with special flag MSG_FASTOPEN for TCP fastopen sockets. This API is quite different from the normal TCP socket API and