Lee Salzman
ea8d41f65c
added maximumPacketSize and maximumWaitingData fields for limiting peer buffer space
2014-04-14 19:11:44 +03:00
Lee Salzman
272d4432f8
typo fixes
2013-12-28 16:30:15 +02:00
Lee Salzman
51f303d5e2
another typo fix
2013-05-12 18:29:22 +03:00
Lee Salzman
69b98608e5
track the number of connected peers to make throttling a bit cheaper
2013-05-11 21:53:55 +03:00
Lee Salzman
0e0ace781b
merging some things from Ryan C. Gordon (icculus):
...
enet_socket_connect() shouldn't fail with non-blocking sockets.
Removed unused variable.
Sanity check for possible NULL dereference reported by clang's static…analysis.
Added an interface to shutdown().
Fixed typo in the comments.
2012-09-18 16:38:10 +03:00
Lee Salzman
158955c86b
unreliable fragment queuing fixes
2012-07-31 16:10:40 +03:00
lsalzman
ea8faf3579
added per-peer configurable ping interval and timeouts
...
1.3.4 release prep
2012-05-29 19:05:34 -07:00
eihrul
78222dc79e
sanity checks
2012-01-06 15:11:04 +00:00
eihrul
70d0d8f25d
warning workarounds
2011-12-31 12:37:26 +00:00
eihrul
cfb05d051b
unreliable fragment fixes
2011-05-31 09:44:09 +00:00
eihrul
f38c177db0
support for ENET_PACKET_FLAG_UNRELIABLE_FRAGMENT
...
1.3.2 release prep
2011-05-31 07:48:27 +00:00
eihrul
7af1cd0de7
fix fragment length when checksums are used
2010-12-23 21:05:37 +00:00
eihrul
572636062e
1.3.0 import
2010-06-09 21:16:23 +00:00
eihrul
2d985dba91
fragment dispatching fix
2010-06-05 20:31:31 +00:00
eihrul
94a1e8879f
enet_peer_receive channelID fix
2010-05-14 22:28:38 +00:00
eihrul
3ddbfb202d
wordo fix
2010-05-13 18:30:17 +00:00
eihrul
29cbf82230
use dispatch queues to cut down on array crawling costs
2010-05-13 16:55:59 +00:00
eihrul
cae2cff8fe
send fragment fixes
2010-05-06 14:30:55 +00:00
eihrul
25c8948745
ensure fragment outgoing commands are allocated atomically with respect to failure
2010-05-06 13:44:47 +00:00
eihrul
41ccbd2f3f
propagate malloc failure
2010-05-05 23:37:06 +00:00
eihrul
6cf5ada45c
typo fix
2008-07-30 09:39:09 +00:00
eihrul
08836d86b3
duplicated disconnect packet fixes
2008-07-30 09:31:29 +00:00
eihrul
1975dc0dc9
*** empty log message ***
2007-10-21 19:14:54 +00:00
eihrul
cc14faefab
*** empty log message ***
2007-10-12 23:58:37 +00:00
eihrul
389f5177d5
*** empty log message ***
2007-10-12 22:28:04 +00:00
eihrul
3b9f652290
*** empty log message ***
2007-10-12 17:54:11 +00:00
eihrul
ea03f96881
*** empty log message ***
2007-10-12 17:37:31 +00:00
eihrul
7bcef65dbd
*** empty log message ***
2007-10-12 05:21:57 +00:00
eihrul
0b49c1bbcd
*** empty log message ***
2007-10-12 05:18:46 +00:00
eihrul
62c902e0a0
*** empty log message ***
2007-10-12 05:18:46 +00:00
eihrul
870779bfb0
*** empty log message ***
2007-10-12 02:27:45 +00:00
eihrul
b323663c57
*** empty log message ***
2007-01-07 16:44:02 +00:00
eihrul
92f904f56a
*** empty log message ***
2006-12-13 04:36:07 +00:00
eihrul
1d6253cc3d
*** empty log message ***
2006-07-06 21:22:41 +00:00
eihrul
550d23e25d
1.0 stuff
2006-03-14 23:21:50 +00:00
eihrul
940a220d6a
memory leak fix
2005-07-19 05:23:43 +00:00
eihrul
59d5c26e38
minimum and maximum timeout
2005-05-24 06:08:30 +00:00
eihrul
bd51177c64
bug fix
2004-12-23 08:20:50 +00:00
eihrul
d381b4b7af
possible fix for unsequenced packets
2004-12-23 08:19:42 +00:00
eihrul
33974e01a2
bug fixes
2004-12-09 18:41:02 +00:00
eihrul
3010e46b47
Initial revision
2004-10-20 17:17:51 +00:00