Fix whitespace alignment
This commit is contained in:
parent
ab3bdad5ab
commit
9c41441861
|
@ -108,6 +108,7 @@ A: Start the binary with the argument `--config <path_to_saved_configuration>`
|
||||||
Q: After loading my configuration on the client the field 'Server IP' is still empty!
|
Q: After loading my configuration on the client the field 'Server IP' is still empty!
|
||||||
|
|
||||||
A: Edit your configuration to include the server's ip address manually with
|
A: Edit your configuration to include the server's ip address manually with
|
||||||
|
|
||||||
(...)
|
(...)
|
||||||
section: options
|
section: options
|
||||||
serverhostname=<AAA.BBB.CCC.DDD>
|
serverhostname=<AAA.BBB.CCC.DDD>
|
||||||
|
|
|
@ -71,8 +71,8 @@ XArchEvalWinsock::eval() const noexcept
|
||||||
/* 10040 */{WSAEMSGSIZE, "The datagram was too large to fit into the specified buffer and was truncated"},
|
/* 10040 */{WSAEMSGSIZE, "The datagram was too large to fit into the specified buffer and was truncated"},
|
||||||
/* 10041 */{WSAEPROTOTYPE, "The specified protocol is the wrong type for this socket"},
|
/* 10041 */{WSAEPROTOTYPE, "The specified protocol is the wrong type for this socket"},
|
||||||
/* 10042 */{WSAENOPROTOOPT, "The option is unknown or unsupported"},
|
/* 10042 */{WSAENOPROTOOPT, "The option is unknown or unsupported"},
|
||||||
/* 10043 */{WSAEPROTONOSUPPORT,"The specified protocol is not supported"},
|
/* 10043 */{WSAEPROTONOSUPPORT, "The specified protocol is not supported"},
|
||||||
/* 10044 */{WSAESOCKTNOSUPPORT,"The specified socket type is not supported by this address family"},
|
/* 10044 */{WSAESOCKTNOSUPPORT, "The specified socket type is not supported by this address family"},
|
||||||
/* 10045 */{WSAEOPNOTSUPP, "The referenced socket is not a type that supports that operation"},
|
/* 10045 */{WSAEOPNOTSUPP, "The referenced socket is not a type that supports that operation"},
|
||||||
/* 10046 */{WSAEPFNOSUPPORT, "BSD: Protocol family not supported"},
|
/* 10046 */{WSAEPFNOSUPPORT, "BSD: Protocol family not supported"},
|
||||||
/* 10047 */{WSAEAFNOSUPPORT, "The specified address family is not supported"},
|
/* 10047 */{WSAEAFNOSUPPORT, "The specified address family is not supported"},
|
||||||
|
|
Loading…
Reference in New Issue