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

Better NetSendResult when trying to send on an unconnected connection

This commit is contained in:
lidgren
2012-01-16 09:27:56 +00:00
parent 4cd624c42c
commit 61ec7e3add
4 changed files with 10 additions and 8 deletions

View File

@@ -8,9 +8,9 @@ namespace Lidgren.Network
public enum NetSendResult
{
/// <summary>
/// Message failed to enqueue; for example if there's no connection in place
/// Message failed to enqueue because there is no connection
/// </summary>
Failed = 0,
FailedNotConnected = 0,
/// <summary>
/// Message was immediately sent