make a note that we need to implement UTP_GetGlobalUTPBytesSent in libtransmission

This commit is contained in:
Jordan Lee 2011-02-18 00:33:54 +00:00
parent 3f1b060241
commit 9dca338032
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@
#define DYNAMIC_PACKET_SIZE_FACTOR 2
// This should return the global number of bytes sent, used for determining dynamic
// packet size based on rate
#warning implement this in libtransmission
uint64 UTP_GetGlobalUTPBytesSent(const struct sockaddr *remote, socklen_t remotelen) { return 0; }
enum bandwidth_type_t {