Added a huff escape for the ' DE ' sequence

Allows for better efficiency for multi-hop relay paths.
This commit is contained in:
Jordan Sherer 2018-09-09 15:38:27 -04:00
parent 826b829941
commit 8b9042e2d6

View File

@ -261,9 +261,7 @@ needed: ^,&@#$%'"()<>|*[]{}=;_~`
QMap<QString, QString> huffescapes = {
// 10 bits
#if 0
{ "\\ ", "" },
#endif
{ "\\ ", " DE " }, // 14 bits - 4 bit savings
{ "\\E", "," },
// 11 bits