Thomas Winget

Results 14 issues of Thomas Winget

On install/update: - Create a `conf.d/` if it does not already exist. - If an existing config file exists, move it to a `.bak` (or similarly renamed) file and inform...

enhancement
windows

Currently transit hop pathIDs are unique based on a combination of pathID + routerID. This makes for some nasty code involving multimaps for no meaningful gain. Making it so pathID...

refactor

As it stands, Path::Builder is an implementation of PathSet, which is then inherited by other classes. Path Building should probably be its own separate class, such that we have *one*...

refactor

Ideally, a user exposing a SNapp to the network only exposes the port(s) desired. Restricting incoming traffic to only those ports (and any others which have established outbound connections) is...

enhancement
protocol-feature

Title. I have absolutely no idea how feasible this is, just posting it as a suggestion/issue for posterity.

feature