Closed
Bug 933297
Opened 12 years ago
Closed 10 years ago
WebRTC data channel's bufferedAmount attribute is always 0
Categories
(Core :: WebRTC: Networking, defect, P3)
Tracking
()
RESOLVED
WORKSFORME
mozilla35
| backlog | webrtc/webaudio+ |
People
(Reporter: shacharz, Assigned: jesup)
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.101 Safari/537.36
Steps to reproduce:
Open a data channel peer connection send data over it and test dc.bufferedAmount
Actual results:
dc.bufferedAmount is always 0
Expected results:
dc.bufferedAmount should represent the amount of bytes in the channel's outgoing buffer
Updated•12 years ago
|
Component: Untriaged → WebRTC: Networking
Product: Firefox → Core
| Assignee | ||
Updated•12 years ago
|
Assignee: nobody → rjesup
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Updated•11 years ago
|
Priority: -- → P3
Target Milestone: --- → mozilla33
Updated•11 years ago
|
Target Milestone: mozilla33 → mozilla35
Updated•10 years ago
|
backlog: --- → webRTC+
Rank: 35
| Assignee | ||
Comment 2•10 years ago
|
||
This works - however, you have to send enough data fast enough to overwhelm the in-stack buffers. 1MB should be enough (this default buffersize is IIRC ~128K)
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•