summaryrefslogtreecommitdiffstats
path: root/src/network/packet.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* general: fix spelling mistakesLiam2023-03-121-1/+1
* network: Address review commentsFearlessTobi2022-07-251-43/+43
* network, yuzu: Make copyright headers SPDX-compliantFearlessTobi2022-07-251-3/+2
* network: Add initial files and enet dependencyFearlessTobi2022-07-251-0/+166
* Massive removal of unused modulesJames Rowe2018-01-131-166/+0
* Added missing parts in libnetwork (#2838)B3n302017-08-191-0/+4
* Network: Changed timeout for receiving packets to 100msB3n302017-07-161-0/+10
* Network: Send the game titleB3n302017-07-161-52/+12
* Network: Added Packet class for serializationB3n302017-07-161-0/+192