lsalzman@gmail.com
|
f46fee0acc
typo fix
|
8 years ago |
lsalzman@gmail.com
|
4d1067179b
update copyright years
|
8 years ago |
lsalzman@gmail.com
|
00ccd3bd3f
return -1 instead of 0 if getnameinfo returns an error
|
8 years ago |
Lee Salzman
|
809a1d15b6
update packet flag documentation
|
9 years ago |
Lee Salzman
|
5f476546ed
use getaddrinfo and getnameinfo where available
|
9 years ago |
lsalzman@gmail.com
|
f7c46f03fd
enet 1.3.13 release prep
|
9 years ago |
lsalzman@gmail.com
|
7c27a5d5f8
fix window wrap check when sending reliable outgoing commands
|
9 years ago |
lsalzman@gmail.com
|
9b06a12e71
handle case in bandwidth limit protocol where either incoming or outgoing limits are disabled, but not both
|
9 years ago |
lsalzman
|
8df6e58c5f
gethostbyname_r/gethostbyaddr_r fix for dragonfly bsd
|
9 years ago |
Lee Salzman
|
b574c946d8
update copyright year
|
9 years ago |
Lee Salzman
|
4d2694d74e
fix ENET_SOCKOPT_NONBLOCK when value is 0
|
10 years ago |
Lee Salzman
|
c8fa0aeea4
add cmake support
|
10 years ago |
lsalzman
|
2fb98f9b02
added note about calling enet_host_service on both ends of a connection
|
10 years ago |
Lee Salzman
|
6ef4e7d277
limit number of packets that can be received per iteration of protocol loop
|
10 years ago |
Lee Salzman
|
d85a037ec4
add premake file
|
10 years ago |
Lee Salzman
|
99004c45ac
include mmsystem.h for timeGetTime
|
10 years ago |
Lee Salzman
|
736474ca83
small doc fixes
|
10 years ago |
Lee Salzman
|
9c4d9953ac
bold some links
|
10 years ago |
Lee Salzman
|
6f287186d8
more doxygen cleanups
|
10 years ago |
Lee Salzman
|
379290acd5
add doxygen layout
|
10 years ago |
Lee Salzman
|
127643fae4
doxygen output cleanups
|
10 years ago |
Lee Salzman
|
98219eb50d
doxygen output cleanups
|
10 years ago |
Lee Salzman
|
b14c7e99e0
Merge pull request #33 from stephanecharette/master
|
10 years ago |
Stephane Charette
|
464e883f04
upgrade doxygen configuration file
|
10 years ago |
lsalzman
|
9895a4f110
enet 1.3.12 release prep
|
10 years ago |
Lee Salzman
|
518144338d
fix maximumWaitingData handling to allow acknowledgements when the packet already exists
|
10 years ago |
Lee Salzman
|
734a630bed
update license date
|
10 years ago |
Lee Salzman
|
ea8d41f65c
added maximumPacketSize and maximumWaitingData fields for limiting peer buffer space
|
10 years ago |
Lee Salzman
|
73c930881f
avoid some strncpy usage
|
10 years ago |
lsalzman
|
5721b667f2
avoid an enet_time_get call when timeout expires
|
10 years ago |