Hi Jagadish,
Currently, once the two connections are spliced together, they cannot be
unspliced. So, I want to notify the user-space program that the
connections are over, so that it can handle other new requests. It is more
efficient. :)
Maybe in the future, we need to implement unsplicing the spliced
connection (it need adapt socket parameters), then will consider to clean
up sockets as you suggested.
Regards,
Wensong
On Tue, 21 May 2002, Jagadish Nallapaneni wrote:
> Hi Wensong,
>
> This works much better for me.
>
> But I still have two issues related to cleanup.
>
> 1. The cleanup of sockets in the user space. I think this should wait
> till fin packets are exchanged through the splicing (See my comment
> below)
>
> 2. The tcpsp_conn object created by splicing module itself should be
> freed.
>
> But this is great.
>
> Thanks,
>
> Jagadish
>
|