rajrutu / jain-sip

Automatically exported from code.google.com/p/jain-sip
0 stars 0 forks source link

NIO_MAX_SOCKET_IDLE_TIME is not used for server sockets #141

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
when a new socket is created (TCP or TLS) and no data arives to the server, the 
socket stay opened for unlimited time (till client close the socket). SIP 
property gov.nist.javax.sip.NIO_MAX_SOCKET_IDLE_TIME is not used

Original issue reported on code.google.com by jean.der...@telestax.com on 7 Aug 2014 at 2:29

GoogleCodeExporter commented 8 years ago
This issue was updated by revision e354a48188b0.

JSIP Issue https://java.net/jira/browse/JSIP-471

Fix + non regression test

(cherry picked from commit be6e0d7d08b397fca8d54b07aa985880e114c098)

Original comment by jean.der...@telestax.com on 15 Aug 2014 at 1:45

GoogleCodeExporter commented 8 years ago
This issue was updated by revision 9d17332c3664.

JSIP Issue https://java.net/jira/browse/JSIP-471

Refactoring the SocketTimeoutAuditor to have only one instance of it instead of 
one per transport. Verified by customer

(cherry picked from commit 295069a57be2988658c966e8777eb8be978124b2)

Original comment by jean.der...@telestax.com on 15 Aug 2014 at 1:45

GoogleCodeExporter commented 8 years ago
This issue was updated by revision 7fa7acc57c18.

JSIP Issue https://java.net/jira/browse/JSIP-471

Adding missing file

(cherry picked from commit da5f8e86ccce0bfbdb0044d241a47c6463c77e60)

Conflicts:
    src/gov/nist/javax/sip/stack/SocketTimeoutAuditor.java

Original comment by jean.der...@telestax.com on 15 Aug 2014 at 1:45

GoogleCodeExporter commented 8 years ago

Original comment by jean.der...@telestax.com on 15 Aug 2014 at 1:46

GoogleCodeExporter commented 8 years ago
This issue was updated by revision 4c9e36b00c67.

JSIP Issue https://java.net/jira/browse/JSIP-471

Fix + non regression test

(cherry picked from commit be6e0d7d08b397fca8d54b07aa985880e114c098)

Original comment by jean.der...@telestax.com on 19 Aug 2014 at 4:59

GoogleCodeExporter commented 8 years ago
This issue was updated by revision be6e0d7d08b3.

JSIP Issue https://java.net/jira/browse/JSIP-471

Fix + non regression test

Original comment by jean.der...@telestax.com on 24 Oct 2014 at 3:57