Re: Address already in use problem

2016-09-21 Thread Xin Long
On Wed, Sep 21, 2016 at 10:21 PM, Marcelo Ricardo Leitner wrote: > On Wed, Sep 21, 2016 at 10:15:43PM +0800, Sun Paul wrote: >> Hi >> >> we are using redhat 2.6.32-642.4.2.el6.x86_64 >> >> On Wed, Sep 21, 2016 at 10:04 PM, Marcelo Ricardo Leitner >> wrote: >> > Hi, >> > >> > Which kernel are you

Re: Address already in use problem

2016-09-21 Thread Neil Horman
On Wed, Sep 21, 2016 at 03:56:41PM +, David Laight wrote: > From: Neil Horman > > Sent: 21 September 2016 16:43 > > On Wed, Sep 21, 2016 at 09:44:30PM +0800, Sun Paul wrote: > > > Hi > > > > > > we have an SCTP application running in JAVA. and we found that there > > > is a problem when we as a

RE: Address already in use problem

2016-09-21 Thread David Laight
From: Neil Horman > Sent: 21 September 2016 16:43 > On Wed, Sep 21, 2016 at 09:44:30PM +0800, Sun Paul wrote: > > Hi > > > > we have an SCTP application running in JAVA. and we found that there > > is a problem when we as a client trying to connect to a remote IP > > address. > > > > If the remote

Re: Address already in use problem

2016-09-21 Thread Neil Horman
On Wed, Sep 21, 2016 at 09:44:30PM +0800, Sun Paul wrote: > Hi > > we have an SCTP application running in JAVA. and we found that there > is a problem when we as a client trying to connect to a remote IP > address. > > If the remote IP address is not accessible, our application will keep > retryi

Re: Address already in use problem

2016-09-21 Thread Sun Paul
Hi we are using redhat 2.6.32-642.4.2.el6.x86_64 On Wed, Sep 21, 2016 at 10:04 PM, Marcelo Ricardo Leitner wrote: > Hi, > > On Wed, Sep 21, 2016 at 09:44:30PM +0800, Sun Paul wrote: >> Hi >> >> we have an SCTP application running in JAVA. and we found that there >> is a problem when we as a clie

Re: Address already in use problem

2016-09-21 Thread Marcelo Ricardo Leitner
On Wed, Sep 21, 2016 at 10:15:43PM +0800, Sun Paul wrote: > Hi > > we are using redhat 2.6.32-642.4.2.el6.x86_64 > > On Wed, Sep 21, 2016 at 10:04 PM, Marcelo Ricardo Leitner > wrote: > > Hi, > > > > On Wed, Sep 21, 2016 at 09:44:30PM +0800, Sun Paul wrote: > >> Hi > >> > >> we have an SCTP appl

Re: Address already in use problem

2016-09-21 Thread Marcelo Ricardo Leitner
Hi, On Wed, Sep 21, 2016 at 09:44:30PM +0800, Sun Paul wrote: > Hi > > we have an SCTP application running in JAVA. and we found that there > is a problem when we as a client trying to connect to a remote IP > address. > > If the remote IP address is not accessible, our application will keep > r

Address already in use problem

2016-09-21 Thread Sun Paul
Hi we have an SCTP application running in JAVA. and we found that there is a problem when we as a client trying to connect to a remote IP address. If the remote IP address is not accessible, our application will keep retrying to connect using a self-defined local port address, says 51001, We fou