Closed
Bug 808915
Opened 13 years ago
Closed 13 years ago
Large DataChannel transfers fail on Windows
Categories
(Core :: WebRTC: Networking, defect)
Tracking
()
VERIFIED
FIXED
mozilla19
People
(Reporter: jesup, Assigned: jesup)
Details
Attachments
(1 file)
|
6.33 KB,
patch
|
mcmanus
:
review+
|
Details | Diff | Splinter Review |
This is caused by windows returning EWOULDBLOCK (140) instead of EAGAIN (11).
| Assignee | ||
Comment 1•13 years ago
|
||
| Assignee | ||
Updated•13 years ago
|
Attachment #678638 -
Attachment description: Add EWOULDBLOCK to all the EGAIN cases → Add EWOULDBLOCK to all the EAGAIN cases
| Assignee | ||
Comment 2•13 years ago
|
||
Comment on attachment 678638 [details] [diff] [review]
Add EWOULDBLOCK to all the EAGAIN cases
Simple patch. Silly windows. This was breaking all datachannel transfers on Windows (only) over ~250K (when SCTP would have to block).
Attachment #678638 -
Flags: review?(mcmanus)
Updated•13 years ago
|
Attachment #678638 -
Flags: review?(mcmanus) → review+
| Assignee | ||
Comment 3•13 years ago
|
||
Comment 4•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Flags: in-testsuite?
Comment 5•12 years ago
|
||
Is there something QA can do to verify this issue?
| Assignee | ||
Comment 6•12 years ago
|
||
Use the mozilla.github.com/webrtc-landing data channel test page to transfer a large blob to yourself. Largest I've transferred was ~270MB.
Comment 7•12 years ago
|
||
lgtm - successfully transferred a 1 GB file using my own Data Channel test cases.
Status: RESOLVED → VERIFIED
Keywords: verifyme
You need to log in
before you can comment on or make changes to this bug.
Description
•