Age | Commit message (Collapse) | Author |
|
|
|
As discussed in #35
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Closes issue #43
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Improve data transfer speed and latency
|
|
Current version can only get 200-300 Kb/s on 1G LAN and the latency is clearly visible in ssh session.
This fix improves latency and speed by reducing sleep times and calling tox_iterate more frequently.
With this fix I get 12 Mb/s on 1G LAN. It's still far from perfect though.
|
|
tokssh: shared secret support,fix no user cmd line
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Increased security
|
|
Nicer help message
|
|
Indented, made the lines 80 chars long and divided by category.
Solves #22
|
|
|
|
|
|
|
|
(DEADCODE)dead_error_line: Execution cannot reach this statement:
free(save_data);
|
|
Variable hostname going out of scope leaks the storage it points to
|
|
|
|
|
|
|
|
Signed-off-by: GDR! <gdr@gdr.name>
|