Update README.md

This commit is contained in:
Jay 2015-09-13 18:51:45 -04:00
parent c04df3ff7c
commit 91bfc30b86
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# zed_net # zed_net
zed_net is a single file, public domain library that provides a simple wrapper around BSD sockets (Winsock 2.2 on Windows), intended primary for use in games. zed_net is a single file, public domain library that provides a simple wrapper around BSD sockets (Winsock 2.2 on Windows), intended primary for use in games. Only UDP sockets are supported at this time, but this may later expand to include TCP.
Only UDP sockets are supported at this time, but this may later expand to include TCP. This is my first library, and any suggestions/concerns are welcomed!