1
0
mirror of https://github.com/lidgren/lidgren-network-gen3.git synced 2026-05-06 10:21:09 +09:00
Commit Graph

28 Commits

Author SHA1 Message Date
lidgren
dd192b1486 Capped max connection heartbeats per second 2010-11-03 13:00:05 +00:00
lidgren
c29270a5cf Tag added to NetPeer 2010-11-03 11:27:00 +00:00
lidgren
6a30a00172 Added some optimizations 2010-11-03 10:38:13 +00:00
lidgren
350a603e84 Removed attempt to disconnect offending connection on ConnectionReset 2010-10-27 19:53:10 +00:00
lidgren
609bc1afe2 major update; gen 3.5 2010-10-19 17:45:55 +00:00
lidgren
4a7cffce02 Added code to prevent multiple connection approval messages from being spawned and more sending serverfull when connections + pending connections exceed maxconnections 2010-10-14 20:28:31 +00:00
lidgren
c1e13711e7 Fixed again so it even works in runtime ;-) 2010-10-14 20:19:19 +00:00
lidgren
143f2439d9 fixed uncommented IS_MAC_AVAILABLE compile error 2010-10-14 20:15:27 +00:00
lidgren
1cf64dc015 NetQueue TryDequeue signature change 2010-09-05 10:37:39 +00:00
lidgren
61436efa7b NetQueue fixes 2010-09-02 22:17:34 +00:00
lidgren
38bb13b3a7 initializing network (including binding to socket) moved out from network thread, enabling catching of exceptions
ConnectionReset on reading handled properly (by disconnecting) when only one connection
readonly added to various members
2010-08-11 18:34:15 +00:00
lidgren
4fef27d175 Oops, removed debug code 2010-08-10 11:23:56 +00:00
lidgren
04b7647bfb Logging error instead of throwing exception on network thread in RELEASE
Removed superflous break
Added new keyword to ReadByte() - not optimal, but it will have to do for now
2010-08-10 11:21:56 +00:00
lidgren
8ee8ba4857 Added IS_MAC_AVAILABLE define for unity users 2010-07-17 07:51:50 +00:00
lidgren
14d3f3b390 Major refactoring of sending messages to multiple recipients 2010-06-21 19:22:21 +00:00
lidgren
3bd903aeb8 Wrong appidentifier now sends immediate Disconnect
BarebonesClient/Server added
2010-06-17 16:47:23 +00:00
lidgren
a12fc42732 Fix for fragmented messages and ReliableOrdered 2010-06-15 22:37:30 +00:00
lidgren
5d44e391cb More SRP work (still not working 100%) 2010-06-13 21:01:36 +00:00
lidgren
d1bdfe7b58 SRP work 2010-06-11 11:56:47 +00:00
lidgren
caf68daab7 NetIncomingMessage.Clone added
Attempt to handle connection reset correctly when sending
2010-06-09 06:12:06 +00:00
lidgren
09c241f428 Moved reflection read/write methods to their own partial class files 2010-05-30 13:58:04 +00:00
lidgren
e63c52bd7d XTEA fixed; Message encryption working 2010-05-23 10:48:58 +00:00
lidgren
046ca06ec6 Sequence numbers now stored in dictionary per connection to enable sending the same message reliable ordered message to several connections 2010-05-20 18:36:19 +00:00
lidgren
f39a7d8fcb More NAT stuff
Added NetConnection.Owner
2010-05-16 15:13:12 +00:00
lidgren
9577d4b4a6 Missing project added; various code cleanups 2010-05-14 17:12:26 +00:00
lidgren
51a18d5957 NAT intro work 2010-05-10 16:23:08 +00:00
lidgren
66802928b6 Nat introduction added; sample added (not finished yet) 2010-05-10 09:43:45 +00:00
lidgren
fbcd550a2a transferred from trunk/Generation3 of lidgren-network 2010-05-06 18:30:27 +00:00