mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-04-10 11:30:05 +03:00
Fixed warnings
This commit is contained in:
parent
66f771fee2
commit
2fbbd66c45
@ -97,7 +97,7 @@ internal class SourceServerQuery :IDisposable
|
|||||||
|
|
||||||
return pr;
|
return pr;
|
||||||
}
|
}
|
||||||
catch ( SocketException e )
|
catch ( SocketException )
|
||||||
{
|
{
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
@ -347,7 +347,7 @@ internal class SourceServerQuery :IDisposable
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Invert the Byte-order Mark of an value, used for compatibility between Little <-> Large BOM
|
/// Invert the Byte-order Mark of an value, used for compatibility between Little Large BOM
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="value">The value to invert</param>
|
/// <param name="value">The value to invert</param>
|
||||||
/// <returns>BOM-inversed value (if needed), otherwise the original value</returns>
|
/// <returns>BOM-inversed value (if needed), otherwise the original value</returns>
|
||||||
|
@ -138,7 +138,7 @@ namespace Facepunch.Steamworks
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
UnreliableNoDelay = 1,
|
UnreliableNoDelay = 1,
|
||||||
|
|
||||||
//// <summary>
|
/// <summary>
|
||||||
/// Reliable message send. Can send up to 1MB of data in a single message.
|
/// Reliable message send. Can send up to 1MB of data in a single message.
|
||||||
/// Does fragmentation/re-assembly of messages under the hood, as well as a sliding window for efficient sends of large chunks of data.
|
/// Does fragmentation/re-assembly of messages under the hood, as well as a sliding window for efficient sends of large chunks of data.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user