dnwiebe

Results 43 issues of dnwiebe

The handler for `RouteQueryMessage` (perhaps `RouteQueryRequest` by the time this card is played) in `Neighborhood` invokes the Routing Engine to create a route before checking to see if a consuming...

good first issue
Tech story

`--dns-servers` should always be an optional parameter, and if it is not specified (but is still needed) it should default to the regular system DNS (for example, 192.168.0.1). Without specific...

story
review-PM

Implement protocol-compliant timeouts and retransmissions for PCP, PMP, and IGDP, to handle lost packets.

VACUUM is a SQLite-specific operation that squeezes deleted space out of database files. It's interesting for two reasons. First, it makes the files consume less disk space; second, it overwrites...

Currently, when a Node is ordered to shut down, it simply kills its own process. No file handles or TCP/database/WebSockets connections are closed, nothing is gently deallocated, nothing is cleaned...

spike

We may at some point want to do some time-consuming processing during a panic--for example, if we're holding data in memory that will at some point be written to the...

spike

'Graceful Shutdown' When one UI shuts down a Node with the `shutdown` command: * All other UIs connected to the Node should spontaneously show a message indicating that the Node...