\anchor mapport
| 121 | |
| 122 | /// \anchor mapport |
| 123 | static void ThreadMapPort() |
| 124 | { |
| 125 | do { |
| 126 | ProcessPCP(); |
| 127 | } while (g_mapport_interrupt.sleep_for(PORT_MAPPING_RETRY_PERIOD)); |
| 128 | } |
| 129 | |
| 130 | void StartThreadMapPort() |
| 131 | { |
nothing calls this directly
no test coverage detected