25 #ifndef SFML_TCPLISTENER_HPP
26 #define SFML_TCPLISTENER_HPP
31 #include <SFML/Network/Export.hpp>
32 #include <SFML/Network/Socket.hpp>
64 unsigned short getLocalPort()
const;
81 Status listen(
unsigned short port);
114 #endif // SFML_TCPLISTENER_HPP
Status
Status codes that may be returned by socket functions.
Base class for all the socket types.
Specialized socket using the TCP protocol.
Socket that listens to new TCP connections.