Summary: | ASTERISK-00259: socket is not closed after stop now | ||
Reporter: | Pavel Litvinenko (pavell) | Labels: | |
Date Opened: | 2003-09-12 11:07:18 | Date Closed: | 2008-01-15 14:34:24.000-0600 |
Priority: | Major | Regression? | No |
Status: | Closed/Complete | Components: | Core/General |
Versions: | Frequency of Occurrence | ||
Related Issues: | |||
Environment: | Attachments: | ( 0) chan_skinny_fix-2.diff | |
Description: | root@phongo:/home/litw# netstat -an|grep 2000 tcp 0 0 195.161.106.3:2000 195.161.161.245:51793 TIME_WAIT | ||
Comments: | By: theo (theo) 2003-09-12 19:41:31 2.diff should fix it. By: jerjer (jerjer) 2003-09-13 19:28:24 Commited. Thanks! By: Digium Subversion (svnbot) 2008-01-15 14:34:24.000-0600 Repository: asterisk Revision: 1511 U trunk/channels/chan_skinny.c ------------------------------------------------------------------------ r1511 | jeremy | 2008-01-15 14:34:24 -0600 (Tue, 15 Jan 2008) | 2 lines make tcp socket resuable. Bug ASTERISK-259 ------------------------------------------------------------------------ http://svn.digium.com/view/asterisk?view=rev&revision=1511 |