This commit is contained in:
xtaci
2016-07-12 14:56:42 +08:00
parent 47d09d386f
commit 9b06339142
+1 -1
View File
@@ -15,7 +15,7 @@
***A full-featured reliable UDP communication library for various usage***
# ***Features*** :zap:
1. Optimized for ***game development***.
1. Optimized for ***Real-Time Strategy Game***.
1. Compatible with [skywind3000's](https://github.com/skywind3000) C version with modifications.
1. ***Cache friendly*** and ***Memory optimized*** design in golang.
1. A [session manager](https://github.com/xtaci/kcp-go/blob/master/sess.go) has provided with compatibility for [net.Conn](https://golang.org/pkg/net/#Conn) and [net.Listener](https://golang.org/pkg/net/#Listener).