RevenantX / LiteNetLib

Lite reliable UDP library for Mono and .NET
https://revenantx.github.io/LiteNetLib/index.html
MIT License
3.05k stars 495 forks source link

Sending files with litenetlib #490

Closed Gencturk-m closed 2 years ago

Gencturk-m commented 2 years ago

I am using this framework to send files in desktop application. When I try to send 100mb+ it throws too big packet exception. How can i make this.

Framework: dotnetcore, .NET Framework

OS: Windows

RevenantX commented 2 years ago

https://discord.com/channels/501682175930925058/501682176404750337/991618770449739846

SR84 commented 9 months ago

The link points to an empty Discord page. I am also interested in transferring large amounts of data. Unfortunately, only 64kb is received each time. I suspect that segmentation is being used here. And now, I lack the knowledge (documentation) to request or resend the missing packets.

Can you help me with this?

RevenantX commented 9 months ago

@SR84 join discord for questions: https://discord.gg/FATFPdy also this will allow you to see comment image

RevenantX commented 9 months ago

You can send maximum like 64mb packet with reliableOrdered, but you cannot show send/receive progress in case of autofragmentation