summaryrefslogtreecommitdiff
path: root/src/network/core/tcp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/core/tcp.h')
-rw-r--r--src/network/core/tcp.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/network/core/tcp.h b/src/network/core/tcp.h
index 86c568edf..899eba771 100644
--- a/src/network/core/tcp.h
+++ b/src/network/core/tcp.h
@@ -35,11 +35,11 @@ public:
bool IsConnected() const { return this->sock != INVALID_SOCKET; }
virtual NetworkRecvStatus CloseConnection(bool error = true);
- void Send_Packet(Packet *packet);
- bool Send_Packets(bool closing_down = false);
+ void SendPacket(Packet *packet);
+ bool SendPackets(bool closing_down = false);
bool IsPacketQueueEmpty();
- Packet *Recv_Packet();
+ Packet *ReceivePacket();
bool CanSendReceive();