Sergey Prokhorov
Sergey Prokhorov
> The idea is to send a message as early as possible. Yep, that's how it's done in official proxy, as far as I understand: https://github.com/TelegramMessenger/MTProxy/blob/master/mtproto/mtproto-proxy.c#L1814 and it also prevents...
> The messages can have up to 1MByte size. Isn't it 64Mb? https://github.com/alexbers/mtprotoproxy/blob/master/mtprotoproxy.py#L304 3 bytes = 24bits and you multiply it by 4, so: `2**24 * 4 / 1024 /...
How many connections do you have? Or it's just after start without any connections?
I would say, the best solution would be to use systemd templates. You can read detailed explanation here https://www.stevenrombauts.be/2019/01/run-multiple-instances-of-the-same-systemd-unit/ But in short, what you can do is (examples are for...
What is your hosting provider? Hetzner/DigitalOcean/Vultr etc?
Another option is to add `PREFER_IPV6 = False` to config.py
This should be fixed in the latest telegram beta versions
Maybe they updated their DPI?
https://github.com/alexbers/mtprotoproxy/blob/3ef826cd6b94a97b26c07db7162b1831cc9309a7/mtprotoproxy.py#L218-L225
I assume "tries to work" means it listens on those addresses, not uses them for outgoing connections?