diff --git a/slsSupportLib/include/MySocketTCP.h b/slsSupportLib/include/MySocketTCP.h index 9597b5a0c..ff8de1bb5 100644 --- a/slsSupportLib/include/MySocketTCP.h +++ b/slsSupportLib/include/MySocketTCP.h @@ -29,7 +29,7 @@ class MySocketTCP : public genericSocket { public: // sender (client): where to? ip - MySocketTCP(const char *const host_ip_or_name, uint64_t port_number) + MySocketTCP(const char *const host_ip_or_name, uint16_t port_number) : genericSocket(host_ip_or_name, port_number, TCP) { setPacketSize(TCP_PACKET_SIZE); }