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

117 Commits

Author SHA1 Message Date
lidgren
eb056bc9aa NetConnection.LocalHailMessage exposed. WriteVariableInt64 and ReadVariableInt64 added. 2010-12-28 13:13:00 +00:00
lidgren
b83ec10d8d Handshakes are now resent if lost. Documentation updated. 2010-12-25 09:51:49 +00:00
lidgren
cb887dd4b5 try-catch added when trying to get MAC address 2010-12-24 08:04:23 +00:00
lidgren
3aa9fc0836 Remote time diff now initialized as part of handshake 2010-12-23 12:24:01 +00:00
lidgren
e2b66aca41 timeout deadline initialized earlier 2010-12-22 22:11:56 +00:00
lidgren
6866e91cd8 tiny fix 2010-12-22 12:17:03 +00:00
lidgren
43b40f8a10 AutoExpandMTU disabled per default; minor tweaks to resends 2010-12-22 11:56:10 +00:00
lidgren
6989fbda61 tiny additions 2010-12-21 19:40:02 +00:00
lidgren
330c5cf83e ConnectionLatencyUpdated message type added; WriteTime() ReadTime() added 2010-12-20 10:35:51 +00:00
lidgren
772d80835b Crude Path MTU detection added 2010-12-12 19:07:55 +00:00
lidgren
55cdf75c5f Exposed the Socket in NetPeer 2010-12-09 21:51:03 +00:00
lidgren
be902b8010 Initializing ping to random start to make network stream more unpredictable 2010-12-09 07:56:34 +00:00
lidgren
2e78b3e685 Added exception for discovery response message lengths larger than MTU 2010-11-25 18:44:44 +00:00
lidgren
5666407931 NetPeer.GetConnection() made public 2010-11-23 21:56:29 +00:00
lidgren
07695e0ba9 approval fixed for cases where remotehailmessage is null 2010-11-17 07:58:48 +00:00
lidgren
936e329b40 File stream sample added 2010-11-14 23:05:32 +00:00
lidgren
e8e7268421 Channel iteration order reversed 2010-11-10 22:47:48 +00:00
lidgren
9c8f523d39 Disconnect issue fixed 2010-11-03 21:14:44 +00:00
lidgren
3720cfee93 Fixed bug appearing when Connect called twice for same endpoint 2010-11-03 13:21:00 +00:00
lidgren
47579ba32f Removed bad check 2010-11-03 13:15:45 +00:00
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
f589208841 WaitMessage readded (again) 2010-10-30 19:55:38 +00:00
lidgren
350a603e84 Removed attempt to disconnect offending connection on ConnectionReset 2010-10-27 19:53:10 +00:00
lidgren
0405ef0cdc Tag re-added to NetConnection 2010-10-27 19:35:41 +00:00
lidgren
2bab58ed69 Missing file NamespaceDoc added 2010-10-22 16:07:22 +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
aa72849830 Lots of XML comments added; documentation rebuilt 2010-10-19 19:04:51 +00:00
lidgren
ad9ee50518 Sandcastle documentation added 2010-10-19 18:15:14 +00:00
lidgren
41f96eefcf 3.5 updates 2010-10-19 18:00:05 +00:00
lidgren
609bc1afe2 major update; gen 3.5 2010-10-19 17:45:55 +00:00
lidgren
baaa5926f8 fixed Write/ReadAllFields bug 2010-10-16 06:05:33 +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
5e95651649 NetSha.Hash made thread safe 2010-09-26 13:16:09 +00:00
lidgren
3b0c33fa8a newly introduced ReduceStoragePool bug fixed 2010-09-26 09:00:46 +00:00
lidgren
c485a2d02c NetBitVector enhanced 2010-09-24 18:26:01 +00:00
lidgren
a579ff8f4b Clearing m_withheldMessages and m_fragmentGroups in FinishDisconnect 2010-09-22 20:24:03 +00:00
lidgren
e57b45fde4 Optimized ReduceStoragePool ever so slightly 2010-09-22 20:14:57 +00:00
lidgren
29b7e2fe06 Added ResentMessages to NetConnectionStatistics 2010-09-14 09:13:47 +00:00
lidgren
fd7d99b9c4 Added NetConnection.CreateMessage method in addition to NetPeer.CreateMessage 2010-09-13 13:52:21 +00:00
lidgren
12e9ca6e27 NetIncomingMessage.PositionInBytes added 2010-09-12 20:04:27 +00:00
lidgren
e38bdfeab6 Changed return value of SendMessage to bool for consistency
Added a number of verbose debug messages (to be removed later)
2010-09-12 20:00:12 +00:00
lidgren
c185b3b16f NetConnection.UnsentBytesCount added 2010-09-07 06:53:23 +00:00
lidgren
fa3bd2646f Tweaks + debug messages 2010-09-07 06:35:09 +00:00
lidgren
4722cb820c NetUtility.Resolve cleaned up 2010-09-07 06:06:39 +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