Furtuna Maxim
Furtuna Maxim
This feature can be used for stop long running tasks
Can your add option to limit buffer size ? This can be useful to prevent DDOS in server applications
from #11 > Also would be nice (not in this PR) if we can have a helper that listen on SIGWINCH signals and then update the ssh shell if running.
If bad credentials used and server respond with auth banner then library treat this situatiobon as success login. Also library doesn't check for service accept response when authentication protocol requested
How i can detect congestion for connection ? I know that reactphp `ConnectionInterface` support drain event for that and also can return true/false in write method if buffer was filled....