-
- Downloads
improve networking code
Use getaddrinfo instead to get the socket information instead of using always ipv4 sockets. Pass host and port as strings for use with getaddrinfo.
Showing
- apps/EchoServer.cpp 6 additions, 8 deletionsapps/EchoServer.cpp
- emper/io.hpp 1 addition, 1 deletionemper/io.hpp
- emper/io/io.cpp 16 additions, 12 deletionsemper/io/io.cpp
- tests/ConcurrentNetworkEchoTest.cpp 2 additions, 3 deletionstests/ConcurrentNetworkEchoTest.cpp
- tests/SimpleDiskAndNetworkTest.cpp 3 additions, 1 deletiontests/SimpleDiskAndNetworkTest.cpp
- tests/SimpleNetworkTest.cpp 6 additions, 5 deletionstests/SimpleNetworkTest.cpp
- tests/fixtures/network.cpp 18 additions, 13 deletionstests/fixtures/network.cpp
- tests/fixtures/network.hpp 1 addition, 1 deletiontests/fixtures/network.hpp
Loading
Please register or sign in to comment