Lee Salzman
|
48571bb05f
make VS quiet down about -unsigned
|
11 years ago |
lsalzman
|
2c5dd69b17
fix RCVTIMEO and SNDTIMEO options on unix and also add NODELAY
|
11 years ago |
Lee Salzman
|
bc8019aa15
fix some warnings
|
11 years ago |
Lee Salzman
|
4d7b80152b
small fix for duplicate peers
|
11 years ago |
Lee Salzman
|
dc48f76192
enet 1.3.9 release prep
|
11 years ago |
Lee Salzman
|
c0713c47e6
more ENET_SOCKOPT_ERROR fixes
|
11 years ago |
Lee Salzman
|
3595c0b3fb
ENET_SOCKOPT_ERROR fix
|
11 years ago |
Lee Salzman
|
e123218df3
added enet_socket_get_option() and ENET_SOCKOPT_ERROR
|
11 years ago |
lsalzman
|
73ef8d8a96
enet_host_random_seed fix
|
11 years ago |
lsalzman
|
1658cf3a95
stub out enet_host_random_seed()
|
11 years ago |
lsalzman
|
4697a58d53
fix file permissions
|
11 years ago |
Lee Salzman
|
742e6b9552
1.3.8 release prep
|
11 years ago |
Lee Salzman
|
51f303d5e2
another typo fix
|
11 years ago |
Lee Salzman
|
2d2440053d
typo fix
|
11 years ago |
Lee Salzman
|
5f05025ee1
note about enet_host_bandwidth_throttle optimizations
|
11 years ago |
Lee Salzman
|
69b98608e5
track the number of connected peers to make throttling a bit cheaper
|
11 years ago |
Lee Salzman
|
2bb83d9813
check for MS C compiler before using pragmas
|
11 years ago |
Lee Salzman
|
7dc0189ffb
handle EINTR in enet_socket_wait
|
11 years ago |
Lee Salzman
|
5d76b92c54
explicitly include sys/socket.h
|
11 years ago |
Lee Salzman
|
bd4e5035bc
move MSG_MAXIOVLEN check out of configure.ac
|
11 years ago |
lsalzman
|
71d6d63ed8
remove some more looping in enet_host_bandwidth_throttle
|
11 years ago |
lsalzman
|
30d859f9a4
avoid some looping in enet_host_bandwidth_throttle
|
11 years ago |
lsalzman
|
27d41dd2ae
add enet_linked_version() for querying linked version
|
11 years ago |
Lee Salzman
|
ff4e2cab30
check for _WIN32 instead of WIN32
|
11 years ago |
lsalzman
|
03c0de167c
add clang check
|
11 years ago |
Lee Salzman
|
714f40319a
set unused reliable sequence number field for acks to sane value
|
11 years ago |
Lee Salzman
|
bf8187f265
changelog note about enet_socket_get_address
|
11 years ago |
Lee Salzman
|
bc81ba716f
Merge branch 'master' of github.com:lsalzman/enet
|
11 years ago |
Lee Salzman
|
726ff6bc6d
query the socket name if an explicit address binding is requested on host creation
|
11 years ago |
lsalzman
|
db685c3d4f
only use perror if ENET_DEBUG defined
|
11 years ago |