mirror of
https://github.com/edubart/otclient.git
synced 2025-04-30 09:39:21 +02:00
Fix formatting
This commit is contained in:
parent
271790d22e
commit
dc729d9846
@ -33,8 +33,8 @@ class Connection : public LuaObject
|
|||||||
typedef std::function<void(const boost::system::error_code&)> ErrorCallback;
|
typedef std::function<void(const boost::system::error_code&)> ErrorCallback;
|
||||||
typedef std::function<void(uint8*, uint16)> RecvCallback;
|
typedef std::function<void(uint8*, uint16)> RecvCallback;
|
||||||
|
|
||||||
static constexpr int32_t READ_TIMEOUT = 30;
|
static constexpr int32_t READ_TIMEOUT = 30;
|
||||||
static constexpr int32_t WRITE_TIMEOUT = 30;
|
static constexpr int32_t WRITE_TIMEOUT = 30;
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
SEND_BUFFER_SIZE = 65536,
|
SEND_BUFFER_SIZE = 65536,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user