Home
last modified time | relevance | path

Searched refs:RECV_MAXWINDOW (Results 1 – 3 of 3) sorted by relevance

/external/dropbear/
Dchannel.h53 #define RECV_MAXWINDOW 8000 /* tweak */ macro
56 #define RECV_MAXPACKET RECV_MAXWINDOW /* tweak */
Dcommon-channel.c153 newchan->writebuf = cbuf_new(RECV_MAXWINDOW); in newchannel()
155 newchan->recvwindow = RECV_MAXWINDOW; in newchannel()
424 dropbear_assert(channel->recvwindow <= RECV_MAXWINDOW); in writechannel()
713 dropbear_assert(channel->recvwindow <= RECV_MAXWINDOW); in common_recv_msg_channel_data()
973 buf_putint(ses.writepayload, RECV_MAXWINDOW); in send_msg_channel_open_init()
Dcli-chansession.c353 channel->extrabuf = cbuf_new(RECV_MAXWINDOW); in cli_initchansess()