mirror of
https://github.com/facebookincubator/mvfst.git
synced 2025-08-05 11:21:09 +03:00
Folly SocketOptionMap with strings - separate cmsgs
Summary: Splitting cmgs from socket options. Reviewed By: mjoras Differential Revision: D49557451 fbshipit-source-id: fa3005170d049557d1c845fd14b0ada73b58b377
This commit is contained in:
committed by
Facebook GitHub Bot
parent
1626c53f1e
commit
c0e008c266
@@ -4212,7 +4212,7 @@ TEST_P(QuicTransportImplTestBase, ZeroLengthDatagramBufs) {
|
||||
|
||||
TEST_P(QuicTransportImplTestBase, Cmsgs) {
|
||||
transport->setServerConnectionId();
|
||||
folly::SocketOptionMap cmsgs;
|
||||
folly::SocketCmsgMap cmsgs;
|
||||
cmsgs[{IPPROTO_IP, IP_TOS}] = 123;
|
||||
EXPECT_CALL(*socketPtr, setCmsgs(_)).Times(1);
|
||||
transport->setCmsgs(cmsgs);
|
||||
|
Reference in New Issue
Block a user