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
Is there a way to know the current MTU size of the Connection?
In order to send long messages (greater than 20 bytes) I need to know the current MTU size, so I could split the messages into chunks of less or equal to the current MTU size and send them using write() or writeWithoutResponse(). Please advise on the matter. Thanks in advance.
The text was updated successfully, but these errors were encountered:
Is there a way to know
the current MTU size
of the Connection?In order to send long messages (greater than 20 bytes) I need to know the current MTU size, so I could split the messages into chunks of less or equal to the current MTU size and send them using
write()
orwriteWithoutResponse()
. Please advise on the matter. Thanks in advance.The text was updated successfully, but these errors were encountered: