aboutsummaryrefslogtreecommitdiffstats
path: root/libtransport/src/protocols/rtc.h
AgeCommit message (Collapse)AuthorFilesLines
2020-06-09[HICN-623] Initialize is_async in ConsumerSocket constructor.Mauro Sardara1-1/+2
Also force transports to use base method TransportProtocol::start() instead of redefining their own start(), in order to have the callbacks and the boolean is_async_ initialized upon protocol start. Signed-off-by: Mauro Sardara <msardara@cisco.com> Change-Id: I780b26cca5b8dc59f0def5c08a032bbc90371acd Signed-off-by: Mauro Sardara <msardara@cisco.com>
2020-06-03[HICN-623] Initialize all the callbacks before starting a new RTC session.Mauro Sardara1-1/+1
Signed-off-by: Mauro Sardara <msardara@cisco.com> Change-Id: Ic4b08e7eb0f01c9e5710d4da1ca68c6120dcd57e
2020-02-26[HICN-534] Major rework on libtransport organizationMauro Sardara1-0/+227
Change-Id: I361b83a18b4fd59be136d5f0817fc28e17e89884 Signed-off-by: Mauro Sardara <msardara@cisco.com>