yesdog / Waterdog

Waterdog, a Yesdog fork of Waterfall/BungeeCord that adds Bedrock support.
MIT License
186 stars 37 forks source link

Ping passthrough #38

Open witalijx opened 5 years ago

witalijx commented 5 years ago

Ping passthrough isnt working correctly. In PocketMine $player->getPing() return 10ms and not the ping between player and proxy. Please fix!

colinrgodsey commented 5 years ago

This isn't really possible directly, or even a feature of bungeecord (bungee normally rewrites the ping in the player list, so its just client facing). i can add a new message channel and add an improvement issue for WaterdogTools

witalijx commented 5 years ago

@colinrgodsey That would be awesome!

colinrgodsey commented 4 years ago

i think i might go another route here and add some kind of special message for ping updates or something. trying to override the raknet ping to fall in line is risky, and my attempts at it were kind of hacky. didnt like it.

witalijx commented 4 years ago

Okay, still better than seeing 1ms as the ping.