mirror of
https://github.com/transmission/transmission.git
synced 2025-12-20 02:18:42 +00:00
2
.gitmodules
vendored
2
.gitmodules
vendored
@@ -1,7 +1,7 @@
|
|||||||
[submodule "third-party/dht"]
|
[submodule "third-party/dht"]
|
||||||
path = third-party/dht
|
path = third-party/dht
|
||||||
url = https://github.com/transmission/dht
|
url = https://github.com/transmission/dht
|
||||||
branch = post-0.24-transmission
|
branch = post-0.25-transmission
|
||||||
[submodule "third-party/libb64"]
|
[submodule "third-party/libb64"]
|
||||||
path = third-party/libb64
|
path = third-party/libb64
|
||||||
url = https://github.com/transmission/libb64
|
url = https://github.com/transmission/libb64
|
||||||
|
|||||||
@@ -841,6 +841,11 @@ int dht_random_bytes(void* buf, size_t size)
|
|||||||
return size;
|
return size;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
int dht_sendto(int sockfd, void const* buf, int len, int flags, struct sockaddr const* to, int tolen)
|
||||||
|
{
|
||||||
|
return sendto(sockfd, buf, len, flags, to, tolen);
|
||||||
|
}
|
||||||
|
|
||||||
#if defined(_WIN32) && !defined(__MINGW32__)
|
#if defined(_WIN32) && !defined(__MINGW32__)
|
||||||
|
|
||||||
int dht_gettimeofday(struct timeval* tv, struct timezone* tz)
|
int dht_gettimeofday(struct timeval* tv, struct timezone* tz)
|
||||||
|
|||||||
2
third-party/dht
vendored
2
third-party/dht
vendored
Submodule third-party/dht updated: 80024e5be8...25e12bb39e
Reference in New Issue
Block a user