Hello,
I'm sorry for previous mail.
>TCPSP is ain implementation of TCP socket splicing for the Linux Kernel.
>This means that you can open a pair of sockets in user space
>and then join them together in the kernel.
As I know, TCPSP'work as follows:
1. Client builds up the connection with director firstly.
2. After the director receives the client requests, then
sets up connection with selected real-server and sends the
requests to it.
3. Real-server send replies to director.
4. Director receives the replies from the realserver and
responses to the client through tcp-splicing.
I understand it correctly?
|