dtlstransportchannel.h | 87 // StreamInterfaceChannel downward_ { 96 // HandleDtlsPacket, which pushes it into to downward_. 97 // dtls_ is listening for events on downward_, so it immediately calls 98 // downward_->Read(). 101 // downward_ or directly to channel_, depending on whether DTLS is 104 // - The SSLStreamAdapter writes to downward_->Write() 251 StreamInterfaceChannel* downward_; // Wrapper for channel_, owned by dtls_. member in class:cricket::DtlsTransportChannelWrapper
|