BeamMP / BeamMP-Server

Server for the multiplayer mod BeamMP for BeamNG.drive
https://beammp.com
GNU Affero General Public License v3.0
116 stars 49 forks source link

New protocol: Use TransmitFile on Windows to speed up up/downloads #281

Open lionkor opened 4 months ago

lionkor commented 4 months ago

When downloading from the Server on windows, currently the server uses mmap() plus a write() to send the data. A more efficient and correct way is TransmitFile, that should be used instead.

Acceptance Criteria