mirror of
https://github.com/facebookincubator/mvfst.git
synced 2025-08-06 22:22:38 +03:00
QuicAsyncUDPSocketWrapper
Reviewed By: jbeshay Differential Revision: D46379200 fbshipit-source-id: f6a7c1cf68108872e05e6fd8adb7f00aae22b2ed
This commit is contained in:
committed by
Facebook GitHub Bot
parent
cb0acbd84a
commit
4a0dd1e2a4
@@ -28,7 +28,7 @@ namespace test {
|
||||
using PacketStreamDetails = OutstandingPacketMetadata::StreamDetails;
|
||||
|
||||
uint64_t writeProbingDataToSocketForTest(
|
||||
folly::AsyncUDPSocket& sock,
|
||||
QuicAsyncUDPSocketType& sock,
|
||||
QuicConnectionStateBase& conn,
|
||||
uint8_t probesToSend,
|
||||
const Aead& aead,
|
||||
@@ -59,7 +59,7 @@ uint64_t writeProbingDataToSocketForTest(
|
||||
}
|
||||
|
||||
void writeCryptoDataProbesToSocketForTest(
|
||||
folly::AsyncUDPSocket& sock,
|
||||
QuicAsyncUDPSocketType& sock,
|
||||
QuicConnectionStateBase& conn,
|
||||
uint8_t probesToSend,
|
||||
const Aead& aead,
|
||||
|
Reference in New Issue
Block a user