gomac / sipdroid

Automatically exported from code.google.com/p/sipdroid
GNU General Public License v3.0
0 stars 0 forks source link

RegisterService runs when TCP is enabled but not connected #113

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When sipdroid is configured to use TCP (the default) and sipdroid is
disabled on all interfaces, RegisterService still runs in the background
(and automatically restarts if killed). Any background service should be
stopped if not used. If configured for UDP, this behavior doesn't occur.

Original issue reported on code.google.com by aripol...@gmail.com on 14 Aug 2009 at 11:53

GoogleCodeExporter commented 9 years ago
Hm, it appears my assessment may be incorrect. It seems that RegisterService 
may stop
eventually under TCP, but it has a 10 minute timeout instead of 45 seconds.

Original comment by aripol...@gmail.com on 15 Aug 2009 at 12:20

GoogleCodeExporter commented 9 years ago

Original comment by pmerl...@googlemail.com on 15 Aug 2009 at 7:30