mirror of
https://github.com/transmission/transmission.git
synced 2026-05-08 09:39:08 +01:00
make a note that we need to implement UTP_GetGlobalUTPBytesSent in libtransmission
This commit is contained in:
Vendored
+2
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user