Machnet currently supports UDP custom protocol, and does not support Linux TCP.
Meaning that application cannot works with Machnet if they do not use core machnet unfortunately.
I am seeking solutions to add TCP protocol to Machnet. The current approach that I am thinking about is that developer can pick the protocol itself. It can use custom protocol which is implemented on top of UDP, or machnet server application simply indicate that it wants to use TCP. This can be done via a flag in connect or listen flags.
Machnet currently supports UDP custom protocol, and does not support Linux TCP.
Meaning that application cannot works with Machnet if they do not use core machnet unfortunately.
I am seeking solutions to add TCP protocol to Machnet. The current approach that I am thinking about is that developer can pick the protocol itself. It can use custom protocol which is implemented on top of UDP, or machnet server application simply indicate that it wants to use TCP. This can be done via a flag in connect or listen flags.