summaryrefslogtreecommitdiffstats
path: root/netwerk/sctp
Commit message (Collapse)AuthorAgeLines
* Redundant code path cleanup (#1702)Moonchild2021-01-02-36/+1
| | | | | | | | | Remove various obsolete configure options. Remove Adjust SDK install tracking filth. Remove redundant code paths in old-configure This also optimizes linker use Remove redundant conditional blocks. Rewrite span.h without constexpr use.
* Issue #1656 - Part 6: Clean up the build filesMoonchild2020-09-23-2/+0
|
* Issue #1656 - Part 1: Nuke most vim config lines in the tree.Moonchild2020-09-23-5/+0
| | | | | | Since these are just interpreted comments, there's 0 impact on actual code. This removes all lines that match /* vim: set(.*)tw=80: */ with S&R -- there are a few others scattered around which will be removed manually in a second part.
* [WebRTC] Stop putting addresses in the cookie chunk.Michael Tuexen2020-07-29-0/+42
| | | | | | | | | | | When using AF_CONN addresses, don't put these in the COOKIE chunk. For these addresses it is possible to reconstruct them locally. Conceptually, addresses are something to be shared with the peer, but in the case of AF_CONN this might not be the case. Therefore, zero then out. Thanks to Natalie Silvanovich of Google Project Zero for finding and reporting the issue.
* [WebRTC] Port some upstream sctp fixesMoonchild2020-05-06-7/+22
| | | | | - add SCTP auth token boundary check. - turn off SCTP auth and address reconfiguration.
* [network] Cherry-pick various sctp lib upstream fixes.wolfbeast2020-03-18-9/+24
|
* Issue #1053 - Remove android support from netwerkMatt A. Tobin2020-02-22-272/+5
|
* WebRTC: Add explicit mutex on callback receiver for cases it's notwolfbeast2019-03-23-1/+10
| | | | already locked.
* WebRTC: Drop DataChannelListener on Destroy().wolfbeast2018-11-02-0/+1
|
* Cherry-pick user sctp rev SVN8789a6da02e2c7c03522bc6f275b302f6ef977fePale Moon2018-06-30-0/+4
|
* WebRTC: Nullcheck DataChannel SendPacket calls.wolfbeast2018-06-29-2/+5
|
* Be more explicit with a lock.wolfbeast2018-03-17-2/+3
|
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+95229