mirror of
https://github.com/transmission/transmission.git
synced 2026-02-15 07:26:49 +00:00
refactor: udp_core constructor (#4469)
* refactor: udp_core constructor * refactor: invert dependency between tr_session.publicAddress() and tr_globalIPv6()
This commit is contained in:
@@ -368,4 +368,4 @@ void tr_netSetTOS(tr_socket_t sock, int tos, tr_address_type type);
|
||||
*/
|
||||
[[nodiscard]] std::string tr_net_strerror(int err);
|
||||
|
||||
[[nodiscard]] std::optional<tr_address> tr_globalIPv6(tr_session const* session = nullptr);
|
||||
[[nodiscard]] std::optional<tr_address> tr_globalIPv6();
|
||||
|
||||
Reference in New Issue
Block a user