e454d71b78
* tcp conn tracker * make default decay const * first pass connpool * err handling conpool start * added notes for next features * first version working * first pass spin out client_pool * cancel token * logging change * bump default decay time * bugfix: make sure to apply gateway score filtering when choosing initial node * add duplicate packets received to troubleshooting * client_pool.rs mod * client pool example * clippy * client pool example done * added disconnect to client pool * update mod file * add cancel token disconnect fn * comments * comments * add clone * added disconnect thread * update example files tcpproxy * client pool docs * remove comments for future ffi push + lower default pool size from 4 to 2 * comment on ffi * update command help * clone impl * remove clone * fix clippy * fix clippy again * fix test * tweaked text grammar * updated comment in example * future is now * cherry * cherry * fix borked rebase * fix fmt * wasm fix --------- Co-authored-by: Jędrzej Stuczyński <jedrzej.stuczynski@gmail.com>
10 lines
229 B
JSON
10 lines
229 B
JSON
{
|
|
"importing": "Importing",
|
|
"development-status": "Development Status",
|
|
"mixnet": "Mixnet Module",
|
|
"tcpproxy": "TcpProxy Module",
|
|
"client-pool": "Client Pool",
|
|
"ffi": "FFI",
|
|
"tutorials": "Tutorials (Coming Soon)"
|
|
}
|