|
proxygen
|
#include <numeric>#include <thread>#include <folly/Conv.h>#include <folly/SocketAddress.h>#include <folly/io/IOBuf.h>#include <folly/io/async/AsyncTimeout.h>#include <folly/io/async/AsyncUDPServerSocket.h>#include <folly/io/async/AsyncUDPSocket.h>#include <folly/io/async/EventBase.h>#include <folly/portability/GMock.h>#include <folly/portability/GTest.h>Go to the source code of this file.
Classes | |
| class | TestData |
| class | UDPAcceptor |
| class | UDPServer |
| class | UDPClient |
| class | AsyncSocketGSOIntegrationTest |
| class | GSOBuf |
| class | GSOSendTest |
Functions | |
| TEST_F (AsyncSocketGSOIntegrationTest, PingPongGlobalGSO) | |
| TEST_F (AsyncSocketGSOIntegrationTest, PingPongRequestGSO) | |
| TEST (AsyncSocketGSOTest, send) | |
Variables | |
| constexpr auto | kGSO1 = 100 |
| constexpr auto | kGSO2 = 200 |
| constexpr auto | kGSO = kGSO1 + kGSO2 |
| TEST | ( | AsyncSocketGSOTest | , |
| send | |||
| ) |
Definition at line 454 of file AsyncUDPSocketGSOTest.cpp.
References folly::AsyncUDPSocket::address(), folly::AsyncUDPSocket::bind(), folly::AsyncUDPSocket::getGSO(), kGSO, kGSO1, kGSO2, and test().
| TEST_F | ( | AsyncSocketGSOIntegrationTest | , |
| PingPongGlobalGSO | |||
| ) |
| TEST_F | ( | AsyncSocketGSOIntegrationTest | , |
| PingPongRequestGSO | |||
| ) |
Definition at line 410 of file AsyncUDPSocketGSOTest.cpp.
Referenced by TEST().
| constexpr auto kGSO1 = 100 |
Definition at line 408 of file AsyncUDPSocketGSOTest.cpp.
Referenced by TEST().
| constexpr auto kGSO2 = 200 |
Definition at line 409 of file AsyncUDPSocketGSOTest.cpp.
Referenced by TEST().