mirror of
https://github.com/clearml/dropbear
synced 2025-06-26 18:17:32 +00:00
Make main socket nonblocking. Limit writequeue size.
This commit is contained in:
@@ -106,7 +106,7 @@ void channel_connect_done(int result, int sock, void* user_data, const char* err
|
||||
|
||||
void chaninitialise(const struct ChanType *chantypes[]);
|
||||
void chancleanup();
|
||||
void setchannelfds(fd_set *readfd, fd_set *writefd);
|
||||
void setchannelfds(fd_set *readfds, fd_set *writefds, int allow_reads);
|
||||
void channelio(fd_set *readfd, fd_set *writefd);
|
||||
struct Channel* getchannel();
|
||||
/* Returns an arbitrary channel that is in a ready state - not
|
||||
|
||||
Reference in New Issue
Block a user