Browse Source

[2157] update notes

Yoshitaka Aharen 12 years ago
parent
commit
20255f329b
1 changed files with 5 additions and 5 deletions
  1. 5 5
      src/bin/auth/tests/statistics_unittest.cc.pre

+ 5 - 5
src/bin/auth/tests/statistics_unittest.cc.pre

@@ -133,12 +133,12 @@ TEST_F(CountersTest, incrementProtocolType) {
     std::map<std::string, int> expect;
     std::map<std::string, int> expect;
 
 
     // Test these patterns:
     // Test these patterns:
-    //      ipversion   protocol
+    //      af     proto
     //     -----------------
     //     -----------------
-    //      ipv4        udp
-    //      ipv6        udp
-    //      ipv4        tcp
-    //      ipv6        tcp
+    //      ipv6   tcp
+    //      ipv4   tcp
+    //      ipv6   udp
+    //      ipv4   udp
     int count_v4 = 0, count_v6 = 0, count_udp = 0, count_tcp = 0;
     int count_v4 = 0, count_v6 = 0, count_udp = 0, count_tcp = 0;
     for (int i = 0; i < 4; ++i) {
     for (int i = 0; i < 4; ++i) {
         const int af = i & 1 ? AF_INET : AF_INET6;
         const int af = i & 1 ? AF_INET : AF_INET6;