Open
Bug 1075300
Opened 11 years ago
Updated 3 years ago
sctp iterator thread cleanup
Categories
(Core :: WebRTC, defect, P5)
Core
WebRTC
Tracking
()
NEW
| backlog | webrtc/webaudio+ |
People
(Reporter: drno, Unassigned)
Details
Follow up to https://bugzilla.mozilla.org/show_bug.cgi?id=1074554#c3
We should think about adding some code which cleans up the sctp thread, e.g. if it hasn't been used for some time, or if no PeerConnection exist any more, or...
Comment 1•11 years ago
|
||
You could teardown the complete SCTP stack. Then all SCTP threads should be terminated. You can also disable INET and INET6, which reduces the number of threads used by the SCTP stack.
Updated•10 years ago
|
backlog: --- → webRTC+
Rank: 55
Priority: -- → P5
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•