Forum Discussion

ntj4u_68292's avatar
ntj4u_68292
Icon for Nimbostratus rankNimbostratus
Sep 30, 2010

About tcp timeout.

Hi,

 

Now i'm developing some scripts using iControl.

 

I have a question about tcp timeout.

 

We can see ".setTimeout()" method in some iControl Samples for Java Environment. (please see the below.)

 

--------------------------------------

 

iControl.LocalLBPoolMemberBindingStub m_poolMember =

 

(iControl.LocalLBPoolMemberBindingStub)new iControl.LocalLBPoolMemberLocator().getLocalLBPoolMemberPort( new URL( [URLs] ) ) ;

 

m_poolMember_act.setTimeout( 10000 ) ;

 

         ^^^^^^^^^^^^^^^^^^^

 

--------------------------------------

 

I recognize ".setTimeout()" value effects "after" establishing tcp session between iControl Client and iControl Portal.

 

Can you tell me which is the method that effects before establishing tcp session ?

 

Regards.

 

--

 

N.T

 

 

  • This will be subject to your host's TCP/IP stack settings. Have a look at your syn_retries settings.

     

     

    -Matt

     

  • Thank you for your reply.

     

     

    I'll comfirm host's TCP setting.

     

     

    Regards.

     

     

    --

     

    N.T.