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

10 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
e1a66ae0cd Robustified and optimized GetBestChunkSize() 2012-10-24 13:06:46 +00:00
lidgren
1ecf9fd8b8 Changed all Endpoint to EndPoint for consistency 2012-07-06 21:28:13 +00:00
lidgren
47ef6f1055 All projects converted to .Net 4.0 and VS2010 2012-01-07 11:01:32 +00:00
lidgren
255628e641 UPnP port forwarding improved to tolerate up to 1000 ms of router response time; UPnP added to DurableSample 2011-06-07 06:13:34 +00:00
lidgren
a4503d22e1 Net encryption generalized to support more algorithms 2011-04-16 22:37:15 +00:00
lidgren
be902b8010 Initializing ping to random start to make network stream more unpredictable 2010-12-09 07:56:34 +00:00
lidgren
3103892362 DurableSample altered to use DiscoverKnownPeer 2010-11-21 20:53:32 +00:00
lidgren
e761f7005e NetPeer.WaitMessage readded
LibraryTestSamples/DurableSample added
2010-10-30 19:55:02 +00:00