// Tests that an existing external socket that becomes invalid
// is detected and purged, without affecting other sockets.
-// Tests uses receive4() without queuing..
+// Tests uses receive4() without queuing.
TEST_F(IfaceMgrTest, purgeExternalSockets4Direct) {
purgeExternalSockets4Test();
}
// Tests that an existing external socket that becomes invalid
// is detected and purged, without affecting other sockets.
-// Tests uses receive4() with queuing..
+// Tests uses receive4() with queuing.
TEST_F(IfaceMgrTest, purgeExternalSockets4Indirect) {
purgeExternalSockets4Test(true);
}
// Tests that an existing external socket that becomes invalid
// is detected and purged, without affecting other sockets.
-// Tests uses receive6() without queuing..
+// Tests uses receive6() without queuing.
TEST_F(IfaceMgrTest, purgeExternalSockets6Direct) {
purgeExternalSockets6Test();
}
// Tests that an existing external socket that becomes invalid
// is detected and purged, without affecting other sockets.
-// Tests uses receive6() with queuing..
+// Tests uses receive6() with queuing.
TEST_F(IfaceMgrTest, purgeExternalSockets6Indirect) {
purgeExternalSockets6Test(true);
}