Commit graph

49 commits

Author SHA1 Message Date
lsalzman
2d979ceb51 intercept callback support 2012-10-02 13:33:07 +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
74d4c4a88f fix serialization of mtu in verify connect packet 2012-09-18 15:29:11 +03:00
Lee Salzman
f6160fd2e9 case warning fixes 2012-07-31 16:12:11 +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
27d8c07142 only bail out of sending on a timeout if there really is an event to dispatch 2012-01-05 04:12:46 +00:00
eihrul
70d0d8f25d warning workarounds 2011-12-31 12:37:26 +00:00
eihrul
7691ccc318 fixed bug with simultaneous disconnects not dispatching events 2011-06-28 15:25:53 +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
33e2fc6201 check received port 2011-05-30 19:00:26 +00:00
eihrul
c77495463b fix bug with tracking reliable data in transit 2011-01-31 08:27:39 +00:00
eihrul
5258b40640 fixed bug where low reliable window stops pings from getting through 2011-01-31 06:17:58 +00:00
eihrul
1e18fd6001 reliable packet throttle tweak 2010-12-20 10:46:57 +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
e49aaf7a6f checksum is now a run-time option 2010-05-20 16:55:27 +00:00
eihrul
72525fbca1 added totalSentData, totalSentPackets, totalReceivedData, totalReceivedPackets 2010-05-14 23:41:14 +00:00
eihrul
c5189c090f added enet_host_channel_limit 2010-05-14 18:20:20 +00:00
eihrul
29cbf82230 use dispatch queues to cut down on array crawling costs 2010-05-13 16:55:59 +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
08836d86b3 duplicated disconnect packet fixes 2008-07-30 09:31:29 +00:00
eihrul
0a373938f7 *** empty log message *** 2008-01-09 14:03:32 +00:00
eihrul
e40ad2da44 *** empty log message *** 2007-11-16 20:29:49 +00:00
eihrul
d5db0aaf3e *** empty log message *** 2007-10-21 20:18:58 +00:00
eihrul
890e98d6a0 *** empty log message *** 2007-10-14 02:09:03 +00:00
eihrul
fbce3beafe *** empty log message *** 2007-10-12 23:10:28 +00:00
eihrul
88dd1dc19e *** empty log message *** 2007-10-12 19:17:09 +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
62c902e0a0 *** empty log message *** 2007-10-12 05:18:46 +00:00
eihrul
2852f79179 *** 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
5060952104 *** empty log message *** 2007-09-01 02:42:31 +00:00
eihrul
57bb5e87bc *** empty log message *** 2007-07-13 03:25:16 +00:00
eihrul
54ecd741df *** empty log message *** 2007-01-12 07:00:57 +00:00
eihrul
df636cc8f7 *** empty log message *** 2006-10-03 15:39:29 +00:00
eihrul
1d6253cc3d *** empty log message *** 2006-07-06 21:22:41 +00:00
eihrul
1e2c45adf9 undoing change 2006-03-24 19:17:51 +00:00
eihrul
5a72766ae2 bug fixes 2006-03-24 19:13:45 +00:00
eihrul
550d23e25d 1.0 stuff 2006-03-14 23:21:50 +00:00
eihrul
fd57f842d5 added broadcasting 2005-06-08 01:13:28 +00:00
eihrul
59d5c26e38 minimum and maximum timeout 2005-05-24 06:08:30 +00:00
eihrul
2ef761a8d2 bug fixes 2005-04-07 15:01:58 +00:00
eihrul
33974e01a2 bug fixes 2004-12-09 18:41:02 +00:00
eihrul
51a104a5f5 documentation fixes 2004-11-30 23:32:16 +00:00
eihrul
3010e46b47 Initial revision 2004-10-20 17:17:51 +00:00