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

21 Commits

Author SHA1 Message Date
Michael Lidgren
5879fb641e Rev397-400 on google code; fixes to recycling and minor tweak to heartbeat calling when a disconnection occurs 2015-01-25 16:05:49 +01:00
lidgren
0d2955637d Added NetConnection.CanSendImmediately() to determine if the sliding window is full
Recycle outgoing dropped messages
Encryption using CryptoProviders refactored 
Added NetUnreliableSizeBehaviour to configure behaviour for unreliable messages above MTU
Debug stats show number of received fragments
2014-10-10 15:25:54 +00:00
lidgren
04593ef00f Added NetPeer.ThrowOrLog
Changed a bunch of exceptions for consistency and safety
Enabled AutoExpandMTU for SpeedSample
2014-07-31 13:16:09 +00:00
lidgren
900e280481 Fixed SendUnconnectedToSelf 2013-03-26 18:13:31 +00:00
lidgren
14f20ace0e FxCop issues fixed; dead code removed 2013-02-24 13:40:30 +00:00
lidgren
1ecf9fd8b8 Changed all Endpoint to EndPoint for consistency 2012-07-06 21:28:13 +00:00
lidgren
e0c3a34b91 Fixed GetMTU not to generate garbage 2012-07-02 07:09:47 +00:00
lidgren
e21c20bd2b Changed SendMessage() to use a List<> instead of IList<> to avoid enumerator allocation 2012-05-10 07:26:37 +00:00
lidgren
61ec7e3add Better NetSendResult when trying to send on an unconnected connection 2012-01-16 09:27:56 +00:00
lidgren
a64b5f2959 Added SendUnconnectedToSelf() 2011-11-02 09:47:22 +00:00
lidgren
e37430a219 Fix for messages very close to MTU not being fragmented properly 2011-09-19 16:33:10 +00:00
lidgren
62d8c6826b Fixed potential MTU issue; added a bunch of asserts 2011-09-16 07:28:37 +00:00
lidgren
9fc85dfe76 Added NetConstants.UnfragmentedMessageHeaderSize internal constant 2011-06-08 07:22:57 +00:00
lidgren
5fd2926cd9 Fix for messages near MTU size could cause exception 2011-06-08 07:18:58 +00:00
lidgren
604ab334f5 Bug not detecting multiple sends of same message fixed 2011-05-29 15:31:39 +00:00
lidgren
19000f8036 XML comments added to remove all warnings; Documentation.chm updated 2011-04-25 15:13:36 +00:00
lidgren
de6d449043 exception added for out of range sequence channel 2011-02-17 10:43:10 +00:00
lidgren
43b40f8a10 AutoExpandMTU disabled per default; minor tweaks to resends 2010-12-22 11:56:10 +00:00
lidgren
772d80835b Crude Path MTU detection added 2010-12-12 19:07:55 +00:00
lidgren
8029d725d1 Lots of xml comments added. Documentation updated.
Removed extension methods to be able to compile for .net framework 2.0
2010-10-20 20:03:39 +00:00
lidgren
609bc1afe2 major update; gen 3.5 2010-10-19 17:45:55 +00:00