1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-07-31 00:03:07 +03:00

Fixed outgoing flow control + writes behaviours

This commit is contained in:
Aris Adamantiadis
2010-09-26 22:33:58 +02:00
parent a92545517a
commit 75a0281a6b
8 changed files with 37 additions and 39 deletions

View File

@ -9,7 +9,7 @@ int main(void) {
char buffer[1024*1024];
int rc;
session = connect_ssh("172.16.104.134", NULL, 0);
session = connect_ssh("localhost", NULL, 0);
if (session == NULL) {
return 1;
}