コード例 #1
0
ファイル: Network.cpp プロジェクト: evildr/Util
sockaddr_in toSockaddr(const IPv4Address & address) {
	return address.getData()->address;
}