hopper: actually using remote mirror

This commit is contained in:
minjaesong
2026-05-23 19:27:34 +09:00
parent eddd65fa13
commit 848ee491d1
3 changed files with 188 additions and 111 deletions

View File

@@ -22,7 +22,7 @@ import java.net.URL
*/
class HttpModem(private val vm: VM, private val artificialDelayBlockSize: Int = 1024, private val artificialDelayWaitTime: Int = -1) : BlockTransferInterface(false, true) {
private val DBGPRN = true
private val DBGPRN = falsehopp
private fun printdbg(msg: Any) {
if (DBGPRN) println("[WgetModem] $msg")