geom_gate userland utility improvements
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
John-Mark Gurney 1c8b4c849f make ggatessh work.. it uses libssh2, but it is recommended to use 3 lat temu
ggatessh make ggatessh work.. it uses libssh2, but it is recommended to use 3 lat temu
shared when debugging flush to get messages out timely... 3 lat temu
tests make ggatessh work.. it uses libssh2, but it is recommended to use 3 lat temu
tools add a tool to see what requests have not completed, useful for debugging.. 3 lat temu
.gitignore make ggatessh work.. it uses libssh2, but it is recommended to use 3 lat temu
Makefile make ggatessh work.. it uses libssh2, but it is recommended to use 3 lat temu
Makefile.inc add testing infrastructure.. 4 lat temu
README.md make ggatessh work.. it uses libssh2, but it is recommended to use 3 lat temu

README.md

ggatessh working tree

This is a working tree for ggate work.

This is a variant of ggatec using sftp instead of talking to ggated.

It uses the libssh2 library with a few modifications. The build system will be updated to compile and use libssh2. There is at least one minor modification needed to turn off read-ahead for sftp support.

By default, libssh2 assumes that you’ll read a whole file sequentially in blocking mode, and if it does not do this, there will be pipeline stalls. In our case, this would result in lots of wasted bandwith as we will be seeking around the file to read and write, and so this feature needs to be disabled.