How does http or websocket protocol solve the MTU problem? if you send data directly using a TCP connection, if you exceed the mtu length, you will be divided into multiple groups of data.

tcpjsonAndroidtcp clienthttpwebsocket
I would like to ask how the http or websocket protocols solve the MTU problem
Mar.22,2021
Menu