webrtc/net/dcsctp
Victor Boivie 871ad523fa dcsctp: Only send packets if there is a TCB
This was a mistake from change 273800 in that it could try to send
packets if there wasn't a connection established - when tcb_ was
nullptr.

Bug: chromium:1360268
Change-Id: Idd4406071dbd8ac89303aef61840895505417569
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/274405
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Commit-Queue: Victor Boivie <boivie@webrtc.org>
Auto-Submit: Victor Boivie <boivie@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#38031}
2022-09-07 21:47:05 +00:00
..
common Remove dependency on rtc_base_approved from most targets 2022-04-25 12:15:30 +00:00
fuzzers dcsctp: Generate lifecycle events 2022-07-06 08:04:15 +00:00
packet Add dependencies on absl when they are used but undeclared 2022-06-24 06:19:39 +00:00
public dcsctp: Expose negotiated stream counts 2022-08-23 08:51:38 +00:00
rx dcsctp: Restore from handover as separate methods 2022-06-30 22:09:04 +00:00
socket dcsctp: Only send packets if there is a TCB 2022-09-07 21:47:05 +00:00
testing Remove dependency on rtc_base_approved from most targets 2022-04-25 12:15:30 +00:00
timer Migrate remaining webrtc usage of TaskQueueBase to absl::AnyInvocable 2022-07-20 08:15:08 +00:00
tx dcsctp: Specify an initial RTT 2022-09-05 12:52:31 +00:00
BUILD.gn dcsctp: Add socket fuzzer helper 2021-05-12 15:06:17 +00:00
OWNERS dcsctp: Add OWNERS file 2021-04-20 10:42:58 +00:00