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:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user