dtlstransportchannel.h | 63 // StreamInterfaceChannel downward_ { 72 // HandleDtlsPacket, which pushes it into to downward_. 73 // dtls_ is listening for events on downward_, so it immediately calls 74 // downward_->Read(). 77 // downward_ or directly to channel_, depending on whether DTLS is 80 // - The SSLStreamAdapter writes to downward_->Write() 226 StreamInterfaceChannel* downward_; // Wrapper for channel_, owned by dtls_. member in class:cricket::DtlsTransportChannelWrapper
|