MirrorNetworking / kcp2k

MIT License
276 stars 47 forks source link

compatibility with kcp-go #53

Closed angelskieglazki closed 10 months ago

angelskieglazki commented 11 months ago

Is this code compatible with kcp-go?

miwarnec commented 10 months ago

Haven't checked kcp-go, but it is compatible with kcp except for a few bug fixes we applied!

miwarnec commented 10 months ago

to be clear, kcp.cs itself should be compatible. our high level server/client abstractions aren't since they aren't officially part of kcp, we made them ourselves.