(self, addr1, addr2)
| 3222 | pass |
| 3223 | |
| 3224 | def checkRecvmsgAddress(self, addr1, addr2): |
| 3225 | # Called to compare the received address with the address of |
| 3226 | # the peer. |
| 3227 | self.assertEqual(addr1, addr2) |
| 3228 | |
| 3229 | # Flags that are normally unset in msg_flags |
| 3230 | msg_flags_common_unset = 0 |
no test coverage detected