25 #ifndef SFML_TCPLISTENER_HPP 26 #define SFML_TCPLISTENER_HPP 31 #include <SFML/Network/Export.hpp> 32 #include <SFML/Network/Socket.hpp> 33 #include <SFML/Network/IpAddress.hpp> 65 unsigned short getLocalPort()
const;
116 #endif // SFML_TCPLISTENER_HPP static const IpAddress Any
Value representing any address (0.0.0.0)
Status
Status codes that may be returned by socket functions.
Base class for all the socket types.
Encapsulate an IPv4 network address.
Specialized socket using the TCP protocol.
Socket that listens to new TCP connections.