Callum
259822fc24
Fix sending broadcast packets
...
The `==` operator for IPAddress compares references not values, so `target.Address` will always not equal `ba`. Switching to `IPAddress.Equals` fixes this and allows broadcast packets to be sent on Linux.
2017-12-06 13:39:56 +10:30
Michael Lidgren
0b4d688fc2
GetBroadcastAddress problem fixed... again.
2015-05-08 19:07:42 +02:00
Michael Lidgren
513d4d6da1
Also use GetCachedBroadcastAddress() in RELEASE
2015-05-08 10:49:20 +02:00
Michael Lidgren
86a695cf2b
fixed performance snafu looking up broadcast address every packet send
2015-04-13 11:24:41 +02:00
Michael Lidgren
fa8b1e986d
First iteration improved multiplatform support
2015-03-24 13:26:55 +01:00
lidgren
e3d3f1ec1e
Removed dead code
2014-12-03 00:02:06 +00:00
lidgren
5f5cd5ecf6
NetRandom updated; four implementations provided: Multiply with carry, XorShift, Mersenne Twister and RNGCryptoServiceProvider based
2014-08-07 22:53:24 +00:00
lidgren
ffc5239b4c
Fixed duplicate detection for unreliable sequenced data; thanks deadpolygon for fix
2014-02-07 08:18:02 +00:00
lidgren
fbb6d9ed51
- Patch from MonoGame; makes the BroadcastAddress configurable and changes text encoding from ASCII to UTF8, required for Android support
2012-06-08 07:35:02 +00:00
lidgren
a5781b4688
Flushing delayed packets when shutting down NetPeer
2012-05-26 09:08:04 +00:00
lidgren
36bf73bfbe
Improved performance (very slightly) when batch recycling incoming messages
2011-09-25 10:38:57 +00:00
lidgren
713d91ac58
UPnP support added: get external ip, add forwarding rule and delete forwarding rule
2011-04-27 20:52:29 +00:00
lidgren
772d80835b
Crude Path MTU detection added
2010-12-12 19:07:55 +00:00
lidgren
609bc1afe2
major update; gen 3.5
2010-10-19 17:45:55 +00:00
lidgren
fa3bd2646f
Tweaks + debug messages
2010-09-07 06:35:09 +00:00
lidgren
77d480e3cb
Fixes for RELEASE version to compile
2010-06-22 06:59:19 +00:00
lidgren
caf68daab7
NetIncomingMessage.Clone added
...
Attempt to handle connection reset correctly when sending
2010-06-09 06:12:06 +00:00
lidgren
38c4a7a446
Resend bug fixed, unit tests expanded, misc cleanup
2010-06-01 18:28:14 +00:00
lidgren
9577d4b4a6
Missing project added; various code cleanups
2010-05-14 17:12:26 +00:00
lidgren
fbcd550a2a
transferred from trunk/Generation3 of lidgren-network
2010-05-06 18:30:27 +00:00