rcssserver icon indicating copy to clipboard operation
rcssserver copied to clipboard

Replace network byte order operations with std::endian.

Open hidehisaakiyama opened this issue 2 years ago • 0 comments

htons and htonl cause portability problems. std::endian will resolve them. Will be implemented after introducing C++20.

hidehisaakiyama avatar Mar 18 '22 13:03 hidehisaakiyama