engine tools: make services list a table and editable

This commit is contained in:
2021-02-09 17:31:35 +01:00
parent ee3386e1ad
commit 77b43c572e
3 changed files with 42 additions and 3 deletions

View File

@ -28,6 +28,7 @@ namespace MM::Services {
// returns wether the channel type is supported
virtual bool getSupportedChannelType(channel_type type) = 0;
// in the best case, this performs a propper MTU estimation (lol)
virtual size_t getMaxPacketSize(void) = 0;
// TODO: add set channel type utils