Changeset 39:897a32ccecc8 in vscpl for src/hu/varadiistvan/scpl/io/_posix
Legend:
- Unmodified
- Added
- Removed
-
src/hu/varadiistvan/scpl/io/_posix/TCPServerSocket.cc
r33 r39 50 50 sin.sin_port = htons(port); 51 51 52 if (bind(reinterpret_cast<struct sockaddr*>(&sin), sizeof(sin) , false)<0) {52 if (bind(reinterpret_cast<struct sockaddr*>(&sin), sizeof(sin))<0) { 53 53 setErrorCode(errno); 54 54 return;
Note:
See TracChangeset
for help on using the changeset viewer.