* Some WIP FTN packet processing

This commit is contained in:
Bryan Ashby 2015-07-14 00:13:29 -06:00
parent f51b6c7098
commit 5e55ce4bee
4 changed files with 288 additions and 84 deletions

View file

@ -123,5 +123,19 @@ function getDefaultConfig() {
dsaPrivateKey : paths.join(__dirname, './../misc/default_key.dsa'),
}
},
networks : {
/*
networkName : { // e.g. fidoNet
address : {
zone : 0,
net : 0,
node : 0,
point : 0,
domain : 'l33t.codes'
}
}
*/
},
};
}