SLikeSoft / SLikeNet

SLikeNetâ„¢ is an Open Source/Free Software cross-platform network engine written in C++ and specifially designed for games (and applications which have comparable requirements on a network engine like games) building upon the discontinued RakNet network engine which had more than 13 years of active development.
https://www.slikenet.com/
Other
401 stars 63 forks source link

UDT Congestion Control? #74

Open fwflunky opened 2 years ago

fwflunky commented 2 years ago

Hello, how to disable packet resend? Sometimes when i send a big packet to the server, raknet starts resending it many times . How to disable this feature? image

Mellnik commented 2 years ago

I don't think it resends it. It just splits it by the MTU. How many bytes is your data?

fwflunky commented 2 years ago

I don't think it resends it. It just splits it by the MTU. How many bytes is your data?

~5000