diff options
author | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2017-03-23 13:27:41 +0100 |
---|---|---|
committer | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2017-03-24 02:30:11 +0100 |
commit | 0450e6539ea77f8c56b244aef27ec45c69e1dcdb (patch) | |
tree | cca29f33f7aa6737bdda5e8a94df436d605bd289 /thirdparty/README.md | |
parent | ed075c4c800f342681b94781b9a3e3c268a59de0 (diff) |
ENet code cleanup and changes from review.
Diffstat (limited to 'thirdparty/README.md')
-rw-r--r-- | thirdparty/README.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/thirdparty/README.md b/thirdparty/README.md index 1959be5f06..f35a95df37 100644 --- a/thirdparty/README.md +++ b/thirdparty/README.md @@ -22,8 +22,10 @@ Files extracted from upstream source: Important: enet.h, host.c, protocol.c have been slightly modified to be usable by godot socket implementation and allow IPv6. -Two files (godot.cpp and enet/godot.h) has been added to provide +Two files (godot.cpp and enet/godot.h) have been added to provide enet socket implementation using Godot classes. +It is still possible to build against a system wide ENet but doing so +will limit it's functionality to IPv4 only. Check the diff of enet.h, protocol.c, and host.c with the 1.3.13 tarball before the next update. |