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

15 Commits

Author SHA1 Message Date
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
f2aa4b4ce2 Warnings and minor inconsistencies fixed 2014-08-25 07:34:56 +00:00
lidgren
814cd1507d Various encryption algorithms added; thanks shawn andrew rose 2011-04-25 15:25:35 +00:00
lidgren
a4503d22e1 Net encryption generalized to support more algorithms 2011-04-16 22:37:15 +00:00
lidgren
0238b5c5e7 SendToAll added to NetServer 2011-02-12 14:08:31 +00:00
lidgren
8dee1d3be9 SRP authentication base code added 2011-01-29 23:31:00 +00:00
lidgren
609bc1afe2 major update; gen 3.5 2010-10-19 17:45:55 +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
2b5967794e Bug in reliability fixed 2010-05-24 05:25:50 +00:00
lidgren
e63c52bd7d XTEA fixed; Message encryption working 2010-05-23 10:48:58 +00:00
lidgren
9577d4b4a6 Missing project added; various code cleanups 2010-05-14 17:12:26 +00:00
lidgren
25af67f958 NetConnection.Status added - reflects the "message consumed" status for consistency. Encryption work in progress. 2010-05-08 20:02:13 +00:00
lidgren
fbcd550a2a transferred from trunk/Generation3 of lidgren-network 2010-05-06 18:30:27 +00:00