1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-06-15 20:15:24 +00:00
OpenDiablo2/d2networking/d2server/doc.go
2020-09-12 16:25:09 -04:00

6 lines
238 B
Go

// Package d2server provides connection management and client synchronization.
/*
Data is encoded to JSON and compressed using gzip. Transport is over UDP.
The server is authoritative for both local and remote clients.*/
package d2server