• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Thanks for help!

Adul

Elite Member
Is there some sort of lurk mode for the dnet client? For instance it will upon connection to network automaticly download/flush more blocks and keep its buffers full?
 
Come to think of it, setting

dialup-watcher=active

seems viable too. I'm on cable so i've no experience with this.

Dialup-link detection:

0) Off: the client will send/receive packets only when it needs to do so.
1) Dial-up detection mode: This acts like mode 0, with the addition
that the client will automatically send/receive packets when a
dial-up networking connection is established. Modem users
will probably wish to use this option so that their client
never runs out of packets.
2) Dial-up detection ONLY mode: Like the previous mode, this will cause
the client to automatically send/receive packets when
connected. HOWEVER, if the client runs out of packets,
it will NOT trigger auto-dial, and will instead work
on random RC5 packets until a connection is detected.


option 1 is active
option 2 is passive.
 
thanks a whole lot jinsonxu. I totaly missed that part. I must need glasses or a vacation.
 
add this under networking in the INI file:
dialup-watcher=active

it should look like this when you are done:
[networking]
autofindkeyserver=no
keyserver=proxy.teamanandtech.com
dialup-watcher=active
 
The active mode causes the client to trigger a dialup connection when the buffers get below a certain point. My guess is that most people wouldn't like a program dialing out on its own. If you use the passive mode with a very large buffer, the client will update whenever the connection is made by the user but won't automatically dial out. That is what I do.
 
Back
Top