The C++ framework for developing highly scalable, high performance servers on Windows platforms.

ConnectionClosureReason.h File Reference


Namespaces

namespace  JetByteTools
namespace  JetByteTools::Socket

Enumerations

enum  ConnectionClosureReason {
  UserAbort = 0x0001, AbortAll = 0x0002, ShutdownAbort = 0x0004, FatalErrorAbort = 0x0008,
  ConnectionAbortedMask = 0x000F, ConnectionReset = 0x0010, ConnectionTimeout = 0x0100, OrderlyClose = 0x1000
}
 An enumeration that details how a connections was closed. More...

Functions

_tstring GetClosureReasonAsString (const ConnectionClosureReason reason)
string GetClosureReasonAsStringA (const ConnectionClosureReason reason)


Generated on Sun Sep 12 19:06:42 2021 for The Server Framework - v7.4 by doxygen 1.5.3