Planimeter / game-engine-2d

Planimeter Game Engine 2D - LÖVE-based game engine for Lua
https://github.com/Planimeter/game-engine-2d/wiki
MIT License
736 stars 74 forks source link

Finalize "upload" payload struct #67

Closed andrewmcwatters closed 7 years ago

andrewmcwatters commented 8 years ago

Grid currently supports downloading files from server hosts using the "download" payload struct. However, most downloads will inevitably fail to stream due to not being chunked into several packets.

Future support for this functionality would enable projects like Vertex Adventure et al. to stream content to clients such as regions, addons, etc.

andrewmcwatters commented 8 years ago

This issue is actually about chunking upload payloads by the MTU.