aboutsummaryrefslogtreecommitdiff
path: root/media/sctp
AgeCommit message (Expand)Author
2022-04-04Remove usrsctp, dcSCTP is now the unique SCTP implementationFlorent Castelli
2022-03-29WebRTC-DeprecateGlobalFieldTrialString/Enabled/ - part 12/infJonas Oreland
2022-03-18Fix spelling of receiver and transceiver.Niels Möller
2022-03-11WebRTC-DeprecateGlobalFieldTrialString/Enabled/ - part 3/infJonas Oreland
2022-02-22dcsctp: Fix data race in debug loggingFlorent Castelli
2022-02-17Reland: Make dcSCTP the default SCTP implementationFlorent Castelli
2022-02-17Revert "Make dcSCTP the default SCTP implementation"Christoffer Jansson
2022-02-16Make dcSCTP the default SCTP implementationFlorent Castelli
2022-01-27Reland "Remove RTC_DISALLOW_COPY_AND_ASSIGN usages completely"Artem Titov
2022-01-26Allow specifying delayed task precision of dcsctp::Timer.Henrik Boström
2022-01-26Revert "Remove RTC_DISALLOW_COPY_AND_ASSIGN usages completely"Artem Titov
2022-01-26Remove RTC_DISALLOW_COPY_AND_ASSIGN usages completelyByoungchan Lee
2022-01-13add thread check in DcSctpTransport::OnTransportReadPacketPhilipp Hancke
2021-11-17Remove the AsyncInvoker alias.Tommi
2021-11-04Remove usage of INFO alias for LS_INFO in log messagesHarald Alvestrand
2021-10-18usrsctp: Log EWOULDBLOCK at verbose instead of info level in transportFlorent Castelli
2021-10-14sctp: dcsctp: Don't log full send buffer as errorVictor Boivie
2021-09-22sctp: dcsctp: Manage lifecycle explicitlyVictor Boivie
2021-09-06media: sctp: Convert frequent logs to RTC_DLOGVictor Boivie
2021-08-17usrsctp: Remove usage of usrsctp_getladdrs()Florent Castelli
2021-08-16dcsctp: Add API to indicate packet send statusVictor Boivie
2021-08-10Use backticks not vertical bars to denote variables in commentsArtem Titov
2021-07-27Use backticks not vertical bars to denote variables in comments for /mediaArtem Titov
2021-07-10dcsctp: Extract logging packet observer as utilityVictor Boivie
2021-06-29DataChannel: Propagate SCTP transport errors to the channelsFlorent Castelli
2021-06-18dcsctp: Add DcSctpSocketFactoryFlorent Castelli
2021-05-27dcsctp: Add public API for BufferedAmountLowVictor Boivie
2021-05-25dcsctp: start SCTP_DUMP on a new linePhilipp Hancke
2021-05-19sctp: Reduce logging level for common callsVictor Boivie
2021-05-12sctp: dcsctp: Print SCTP packets to logsVictor Boivie
2021-05-11sctp: dcsctp: Remove log statementVictor Boivie
2021-05-11Add boivie and orphis to media/sctp/OWNERS fileFlorent Castelli
2021-05-10datachannel: Merge SendDataParams and DMT types with webrtc equivalentFlorent Castelli
2021-05-07datachannel: Make SendDataParams reliability fields optional<int>Florent Castelli
2021-05-06sctp: Add DcsctpTransport based on dcSCTPFlorent Castelli
2021-04-22usrsctp: Support sending and receiving empty messagesFlorent Castelli
2021-04-20Remove ReceiveDataParams::timestampFlorent Castelli
2021-04-15sctp: Reorganize build targetsFlorent Castelli
2021-04-15Delete AsyncInvoker usage from SimulatedPacketTransportNiels Möller
2021-04-15Fix regression in UsrSctpReliabilityTestNiels Möller
2021-04-12sctp: Rename SctpTransport to UsrSctpTransportFlorent Castelli
2021-04-08sctp: Move SctpTransportFactory to a separate fileFlorent Castelli
2021-03-25Delete AsyncInvoker usage from SctpDataSenderNiels Möller
2021-03-17sctp: Finish sending partial messages before sending stream reset eventsFlorent Castelli
2021-03-11Reland "Fix race between destroying SctpTransport and receiving notification ...Taylor Brandstetter
2021-03-05Revert "Fix race between destroying SctpTransport and receiving notification ...Taylor
2021-03-01Fix race between destroying SctpTransport and receiving notification on timer...Taylor Brandstetter
2021-02-25Change the safe SCTP MTU size to 1191Tomas Gunnarsson
2021-02-10Use SequenceChecker from public APIArtem Titov
2021-02-02Replace rtc::ThreadChecker with webrtc::SequenceCheckerArtem Titov