mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
31 layer, IPv6 support, bot support started
This commit is contained in:
@@ -53,11 +53,11 @@ inline bool rtl() {
|
||||
}
|
||||
|
||||
struct mtpDcOption {
|
||||
mtpDcOption(int _id, const string &_host, const string &_ip, int _port) : id(_id), host(_host), ip(_ip), port(_port) {
|
||||
mtpDcOption(int id, int flags, const string &ip, int port) : id(id), flags(flags), ip(ip), port(port) {
|
||||
}
|
||||
|
||||
int id;
|
||||
string host;
|
||||
int flags;
|
||||
string ip;
|
||||
int port;
|
||||
};
|
||||
|
Reference in New Issue
Block a user