HomeSort by relevance Sort by last modified time
    Searched refs:RECV_MAXWINDOW (Results 1 - 3 of 3) sorted by null

  /external/dropbear/
channel.h 53 #define RECV_MAXWINDOW 8000 /* tweak */
56 #define RECV_MAXPACKET RECV_MAXWINDOW /* tweak */
common-channel.c 153 newchan->writebuf = cbuf_new(RECV_MAXWINDOW);
155 newchan->recvwindow = RECV_MAXWINDOW;
424 dropbear_assert(channel->recvwindow <= RECV_MAXWINDOW);
713 dropbear_assert(channel->recvwindow <= RECV_MAXWINDOW);
973 buf_putint(ses.writepayload, RECV_MAXWINDOW);
cli-chansession.c 353 channel->extrabuf = cbuf_new(RECV_MAXWINDOW);

Completed in 944 milliseconds