You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by Jason Zhou <ja...@xjhongyi.com> on 2006/09/11 11:17:54 UTC

A question about sliding-windows

Hi,

 

Can mina be configured to implement sliding-windows functionality or need
some extra code support?

 

Best Regards,

Jason


Re: A question about sliding-windows

Posted by Vinod Panicker <vi...@gmail.com>.
On 9/11/06, Jason Zhou <ja...@xjhongyi.com> wrote:
> Hi,
>
>
>
> Can mina be configured to implement sliding-windows functionality or need
> some extra code support?

Are you talking about tweaking the sliding-window mechanism of the TCP
subsystem or is there a sliding-window type of functionality that you
want to implement in your application protocol?

If it's the former, then the answer is no. That is kernel code.
If it's the latter, then yes, you can implement your business logic,
but it will need to be supported by your application protocol

Regards,
Vinod.