Returns true if it appears that this method will work on this machine.
()
| 57 | |
| 58 | @staticmethod |
| 59 | def is_supported(): |
| 60 | """Returns true if it appears that this method will work on this |
| 61 | machine.""" |
| 62 | return False |
| 63 | |
| 64 | @staticmethod |
| 65 | def get_tcp_dstip(sock): |