Projects tigase _server server-core Issues #958
Add timeout for opened TCP connections (#958)
Closed
Andrzej Wójcik (Tigase) opened 6 years ago

Currently opened TCP connection to the Tigase XMPP Server may hang as long as it wants to as authentication timeout is initiated after <stream:stream> being received by the server. So until this is done, TCP connection may be opened and may hang consuming resources of Tigase XMPP Server.

Andrzej Wójcik (Tigase) commented 6 years ago

The feature is implemented and by default all connection managers have timeout of 60 seconds with exception for cluster connection manager which has 10s timeout. I've skipped setting timeout for BOSH as due to short live nature of these connections I suppose it would be an overkill.

issue 1 of 1
Type
Bug
Priority
Blocker
Assignee
RedmineID
7756
Version
tigase-server-8.1.0
Spent time
11h 15m
Issue Votes (0)
Watchers (0)
Reference
tigase/_server/server-core#958
Please wait...
Page is in error, reload to recover