Searched refs:peer_congestion_algorithm (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dsession.h175 char * peer_congestion_algorithm; member in struct:tr_session
H A Dsession.c403 tr_bencDictAddStr ( d, TR_PREFS_KEY_PEER_CONGESTION_ALGORITHM, s->peer_congestion_algorithm );
784 session->peer_congestion_algorithm = tr_strdup(str);
786 session->peer_congestion_algorithm = tr_strdup("");
1881 tr_free( session->peer_congestion_algorithm );
H A Dpeer-io.c611 maybeSetCongestionAlgorithm( socket, session->peer_congestion_algorithm );
946 maybeSetCongestionAlgorithm( io->socket, session->peer_congestion_algorithm );

Completed in 39 milliseconds