# gse **Repository Path**: chaos.su/gse ## Basic Information - **Project Name**: gse - **Description**: No description available - **Primary Language**: Go - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-04-13 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README GSE ==== GSE is Game Server Engine. * do not apply to large sized file transport. ( since no traffic control and re-send facility, data may got lost in massive transportation) * no positive re-send facility for the receiving side. * no sequence guaranty(maybe optional later). * weak packet-dedup facility to fulfill most of cases. * AckTimeout should less than * why the UDP server do not need sending heartbeat to clients? because it's connectionless.