Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1488237
| From | Neil Horman <nhorman@tuxdriver.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: Address already in use problem |
| Date | 2016-09-21 18:20 +0200 |
| Message-ID | <sjSpA-2NO-27@gated-at.bofh.it> (permalink) |
| References | <sjQ4p-1aG-7@gated-at.bofh.it> <sjRWC-2mP-11@gated-at.bofh.it> <sjS6e-2q3-25@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Wed, Sep 21, 2016 at 03:56:41PM +0000, 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 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 found that after sometimes, says 2 hrs, this port 51001 is never > > > able to bind to us again. even we tried to restart the application. > > > > > Sounds like you have another application that inadvertently bound to that port. > > Its not a privlidged port, nor is it well known, so it seems plausible that > > another application would eventually bind to it. Thats not a bug, just the way > > ip works. > > > > run netstat -anp | grep 51001 > > > > And see what application is holding the port. > > Not much chance of a distro having a netstat that gives sctp info. > You might find something in /proc/net/sctp. > True, but there is also no guarantee that the other application that claimed the port in question is using SCTP. Neil > 3.18 contains a fix for a problem with shutdown() being called > after the remote sends an INIT to restart an active connection > when there is unacked data. > If that happens the socket isn't released ever. > > A workaround is to use SO_LINGER to get the connection aborted. > > David > >
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
Address already in use problem Sun Paul <paulrbk@gmail.com> - 2016-09-21 15:50 +0200
Re: Address already in use problem Marcelo Ricardo Leitner <marcelo.leitner@gmail.com> - 2016-09-21 16:10 +0200
Re: Address already in use problem Sun Paul <paulrbk@gmail.com> - 2016-09-21 16:20 +0200
Re: Address already in use problem Marcelo Ricardo Leitner <marcelo.leitner@gmail.com> - 2016-09-21 16:30 +0200
Re: Address already in use problem Xin Long <lucien.xin@gmail.com> - 2016-09-21 19:30 +0200
Re: Address already in use problem Neil Horman <nhorman@tuxdriver.com> - 2016-09-21 17:50 +0200
RE: Address already in use problem David Laight <David.Laight@ACULAB.COM> - 2016-09-21 18:00 +0200
Re: Address already in use problem Neil Horman <nhorman@tuxdriver.com> - 2016-09-21 18:20 +0200
csiph-web