1
0
mirror of https://github.com/facebookincubator/mvfst.git synced 2025-08-08 09:42:06 +03:00

Move core functionality to QuicTransportBaseLite [7/n]

Summary: See title.

Reviewed By: mjoras

Differential Revision: D64065113

fbshipit-source-id: 31f9a29a88bf763156d42c49df9db0f6f8e1a9d0
This commit is contained in:
Aman Sharma
2024-10-09 17:37:33 -07:00
committed by Facebook GitHub Bot
parent a253b7d782
commit c62dac180e
13 changed files with 1072 additions and 997 deletions

View File

@@ -357,7 +357,7 @@ class TestQuicTransport
return conn_->oneRttWriteCipher != nullptr;
}
std::shared_ptr<QuicTransportBase> sharedGuard() override {
std::shared_ptr<QuicTransportBaseLite> sharedGuard() override {
return shared_from_this();
}