Loading...
Searching...
No Matches
sf::Dns::SrvRecord Struct Reference
A DNS SRV record. More...
#include <D:/private/SFML/SFML/include/SFML/Network/Dns.hpp>
Public Attributes | |
| sf::String | target |
| The domain name of the target host. | |
| std::uint16_t | port {} |
| The port on the target host of the service. | |
| std::uint16_t | weight {} |
| Server selection mechanism, larger weights should be given a proportionately higher probability of being selected. | |
| std::uint16_t | priority {} |
| The priority of the target host, a client must attempt to contact the target host with the lowest-numbered priority it can reach. | |
Detailed Description
Member Data Documentation
◆ port
| std::uint16_t sf::Dns::SrvRecord::port {} |
◆ priority
| std::uint16_t sf::Dns::SrvRecord::priority {} |
◆ target
| sf::String sf::Dns::SrvRecord::target |
◆ weight
| std::uint16_t sf::Dns::SrvRecord::weight {} |
The documentation for this struct was generated from the following file: