How do I get the maximum packet size setting for transmitting data via a modem?
I can assume the default value of 8192, but having the server-based setting would be nice.
The wiki states there's a `maxPacketSize` method but that one seems to be missing, at least from my version.
Currently I am using a nasty hack of trying to send exponentially bigger messages to figure out the maximum size from the error message (where it says `packet too big (max XXXX)`), but I'd rather have the proper way.
I am using OpenComputers v1.7.0.20 on Minecraft 1.12.2.
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Hello yarl.
How do I get the maximum packet size setting for transmitting data via a modem?
I can assume the default value of 8192, but having the server-based setting would be nice.
The wiki states there's a `maxPacketSize` method but that one seems to be missing, at least from my version.
Currently I am using a nasty hack of trying to send exponentially bigger messages to figure out the maximum size from the error message (where it says `packet too big (max XXXX)`), but I'd rather have the proper way.
I am using OpenComputers v1.7.0.20 on Minecraft 1.12.2.
Thanks in advance!
Link to post
Share on other sites