mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-29 20:59:45 +01:00
Run ping with custom data size #1912
This commit is contained in:
@@ -27,6 +27,7 @@ public:
|
||||
~ICMPClientTest();
|
||||
|
||||
void testPing();
|
||||
void testBigPing();
|
||||
|
||||
void setUp();
|
||||
void tearDown();
|
||||
@@ -39,7 +40,8 @@ public:
|
||||
void onEnd(const void* pSender, Poco::Net::ICMPEventArgs& args);
|
||||
|
||||
private:
|
||||
Poco::Net::ICMPClient _icmpClient;
|
||||
void registerDelegates(const Poco::Net::ICMPClient& icmpClient);
|
||||
void unregisterDelegates(const Poco::Net::ICMPClient& icmpClient);
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user