Searched refs:send_quota (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/third-party/libutp/
H A Dutp.cpp642 int32 send_quota; member in struct:UTPSocket
1022 (int32)pkt->payload <= send_quota / 100);
1023 send_quota = send_quota - (int32)(pkt->payload * 100);
1060 if (send_quota / 100 < (int32)to_write) return false;
1218 send_quota += (int32)add;
1220 // this, dt, rtt, (uint)max_window, send_quota / 100);
1252 send_quota / 100, statenames[state], cur_window_packets,
1269 this, (uint)max_window, (uint)cur_window, send_quota / 100, (uint)get_packet_size());
1319 send_quota
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rds/
H A Dsend.c112 unsigned int send_quota = send_batch_count; local
142 while (--send_quota) {
336 if (conn->c_map_bytes || (send_quota == 0 && !was_empty)) {

Completed in 89 milliseconds