You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
maxPacketSize(): number
Returns the maximum packet size for sending messages via network cards.
Defaults to 8192. You can change this in the OpenComputers configuration file.
Every value in a message adds two bytes of overhead. (Even if there's only one value.) Numbers add another 8 bytes, true/false/nil another 4 bytes, and strings exactly as many bytes as the string contains—though empty strings still count as one byte.
The Minitel MTU should be calculable from the OC max packet size.
The text was updated successfully, but these errors were encountered:
The Minitel MTU should be calculable from the OC max packet size.
The text was updated successfully, but these errors were encountered: