()
| 313 | } |
| 314 | |
| 315 | func (m *scanModel) reset() { |
| 316 | m.snis = nil |
| 317 | m.ips = nil |
| 318 | m.sniDone, m.sniTotal = 0, 0 |
| 319 | m.ipDone, m.ipTotal = 0, 0 |
| 320 | } |
| 321 | |
| 322 | // saveToProfile updates the active profile's sni_pool with the top-ranked |
| 323 | // SNIs and the connect.host + fallback_ips with the best IPs. |