Closed
Bug 797444
Opened 12 years ago
Closed 9 years ago
Signaling code message queue has maximum size
Categories
(Core :: WebRTC: Signaling, defect)
Core
WebRTC: Signaling
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: ehugg, Unassigned)
References
Details
(Whiteboard: [WebRTC], [blocking-webrtc-])
Maximum message size for the signaling message queue is set in cpr_[linux|darwin|win]_ipc.h. Recently it had to be changed from 4k to 8k. Unclear whether a maximum is necessary and at which point we will need it to be greater than 8k.
49 /* Maximum message size allowed by CNU */
50 #define CPR_MAX_MSG_SIZE 8192
Updated•12 years ago
|
Whiteboard: [WebRTC], [blocking-webrtc-]
Comment 1•9 years ago
|
||
sdparta removed all this stuff
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•