(self, addr1, addr2)
| 3325 | pass |
| 3326 | |
| 3327 | def checkRecvmsgAddress(self, addr1, addr2): |
| 3328 | # Called to compare the received address with the address of |
| 3329 | # the peer. |
| 3330 | self.assertEqual(addr1, addr2) |
| 3331 | |
| 3332 | # Flags that are normally unset in msg_flags |
| 3333 | msg_flags_common_unset = 0 |
no test coverage detected