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

11 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
54ff6f1c37 Changed target framework to 4.5.1 for all projects
Changed some minor things after running .net portability analyzer
Fixed a bunch of warnings (mostly CLS compliance)
2014-08-10 09:27:36 +00:00
lidgren
3b9436b217 Updated ImageSample, removed dead code and added debug info at end 2014-07-01 20:50:56 +00:00
lidgren
29bd071d0d Samples fixed for namechange Endpoint -> EndPoint 2012-07-19 22:41:09 +00:00
lidgren
20eeb48a88 Lots of fixes for sample solutions 2012-05-26 09:30:09 +00:00
lidgren
0a0e319f21 NetIncomingMessage and NetOutgoingMessage common parts unified in NetBuffer; which is now a base class for the former 2012-03-23 08:59:32 +00:00
lidgren
47ef6f1055 All projects converted to .Net 4.0 and VS2010 2012-01-07 11:01:32 +00:00
lidgren
9e3104f5da Added fix for delayed Approval 2011-09-19 17:31:23 +00:00
lidgren
b4fd011e5b - ReadMessages() added to batch read messages. Image sample changed to use the new batch method. 2011-09-09 08:11:38 +00:00
lidgren
57525d980c Tweaked/fixed some samples 2010-12-22 22:10:08 +00:00
lidgren
e866600c98 ImageSample sample added 2010-10-30 21:29:10 +00:00