1
0
mirror of https://github.com/lidgren/lidgren-network-gen3.git synced 2026-05-06 02:11:06 +09:00
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
2015-01-20 18:18:08 +01:00
2015-02-02 02:19:26 +00:00
2015-08-22 14:52:07 +02:00
2015-02-02 14:51:40 +00:00

lidgren-network-gen3

Lidgren.Network is a networking library for .net framework which uses a single udp socket to deliver a simple API for connecting a client to a server, reading and sending messages.

Description
Lidgren Network Library
Readme MIT 11 MiB
Languages
C# 100%