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
I realize this is probably not a typical use-case for the library, however...
I am currently streaming data over the internet via TCP. I am evaluating switching to the LiteNetLib (using ReliableOrdered), however, It seems like I am getting much better throughput using TCP. For example, I can get sustained 40mbs/sec using standard .net TCP code, but only 13mbs using LiteNetLib (before the Queues start to backup). Is this expected, due to the packet checking? I've set the UpdateTime to 4 and the PollEvents to 4ms. My test is sending 100 packets/sec.
Note, I am able to get 20-30mbs/sec using iperf UDP:
0% packet loss at 20mbs
3.8% packet loss at 30mbs
The text was updated successfully, but these errors were encountered:
I realize this is probably not a typical use-case for the library, however...
I am currently streaming data over the internet via TCP. I am evaluating switching to the LiteNetLib (using ReliableOrdered), however, It seems like I am getting much better throughput using TCP. For example, I can get sustained 40mbs/sec using standard .net TCP code, but only 13mbs using LiteNetLib (before the Queues start to backup). Is this expected, due to the packet checking? I've set the UpdateTime to 4 and the PollEvents to 4ms. My test is sending 100 packets/sec.
Note, I am able to get 20-30mbs/sec using iperf UDP:
The text was updated successfully, but these errors were encountered: