sctp: Rename SctpTransport to UsrSctpTransport

The rename ensures we don't confuse this implementation with
the new one based on the new dcSCTP library.

Bug: webrtc:12614
No-Presubmit: True
Change-Id: Ida08659bbea9c98aba8247d4368799ff7dd18729
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/214482
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Commit-Queue: Florent Castelli <orphis@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#33688}
This commit is contained in:
Florent Castelli
2021-04-08 15:06:09 +02:00
committed by Commit Bot
parent 606bd6d163
commit 22379fc8dc
8 changed files with 154 additions and 141 deletions

View File

@ -21,7 +21,7 @@ CPPLINT_EXCEPTIONS = [
'examples/objc',
'media/base/stream_params.h',
'media/base/video_common.h',
'media/sctp/sctp_transport.cc',
'media/sctp/usrsctp_transport.cc',
'modules/audio_coding',
'modules/audio_device',
'modules/audio_processing',