projects
/
cs-p2p-next.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b76bdc0
)
instrumentation/hrktorrent: fix hrktorrent settings configuration from "nodht" to...
author
P2P-Next
<p2p-next@cs.pub.ro>
Fri, 20 Aug 2010 13:20:27 +0000
(16:20 +0300)
committer
P2P-Next
<p2p-next@cs.pub.ro>
Fri, 20 Aug 2010 13:20:27 +0000
(16:20 +0300)
instrumentation/hrktorrent/main.cpp
patch
|
blob
|
history
diff --git
a/instrumentation/hrktorrent/main.cpp
b/instrumentation/hrktorrent/main.cpp
index
bb506bd
..
e6dcb07
100644
(file)
--- a/
instrumentation/hrktorrent/main.cpp
+++ b/
instrumentation/hrktorrent/main.cpp
@@
-82,10
+82,10
@@
parseargs(int argc, char** argv)
Settings->Set("limitlocal", 1);
break;
case 't':
- Settings->Set("
nodht", 1
);
+ Settings->Set("
dht", 0
);
break;
case 'n':
- Settings->Set("
noupnp", 1
);
+ Settings->Set("
upnp", 0
);
break;
case 's':
Settings->Set("seed", 0);