mirror of
https://github.com/microsoft/WSL.git
synced 2025-12-10 00:44:55 -06:00
use different port for HostUdpBindDoesNotPreventGuestTcpBind
This commit is contained in:
parent
5e0d9a9b5d
commit
af63b24202
@ -3767,8 +3767,8 @@ class MirroredTests
|
||||
m_config->Update(LxssGenerateTestConfig({.networkingMode = wsl::core::NetworkingMode::Mirrored}));
|
||||
WaitForMirroredStateInLinux();
|
||||
|
||||
auto udpPort = NetworkTests::BindHostPort(1234, SOCK_DGRAM, IPPROTO_UDP, true);
|
||||
auto tcpPort = NetworkTests::BindGuestPort(L"TCP4-LISTEN:1234", true);
|
||||
auto udpPort = NetworkTests::BindHostPort(2345, SOCK_DGRAM, IPPROTO_UDP, true);
|
||||
auto tcpPort = NetworkTests::BindGuestPort(L"TCP4-LISTEN:2345", true);
|
||||
}
|
||||
|
||||
TEST_METHOD(MultipleGuestBindOnSameTuple)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user