mirror of
https://github.com/overte-org/overte.git
synced 2025-08-11 07:52:55 +02:00
fix a typo in DomainServer.cpp
This commit is contained in:
parent
57567becc8
commit
55d540a0eb
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ DomainServer::DomainServer(int argc, char* argv[]) :
|
||||||
|
|
||||||
int socketHandle = LimitedNodeList::getInstance()->getDTLSSocket().socketDescriptor();
|
int socketHandle = LimitedNodeList::getInstance()->getDTLSSocket().socketDescriptor();
|
||||||
#if defined(IP_DONTFRAG)
|
#if defined(IP_DONTFRAG)
|
||||||
int optValue = 1;yea
|
int optValue = 1;
|
||||||
setsockopt(socketHandle, IPPROTO_IP, IP_DONTFRAG, (const void*) optValue, sizeof(optValue));
|
setsockopt(socketHandle, IPPROTO_IP, IP_DONTFRAG, (const void*) optValue, sizeof(optValue));
|
||||||
#elif defined(IP_MTU_DISCOVER)
|
#elif defined(IP_MTU_DISCOVER)
|
||||||
int optValue = 1;
|
int optValue = 1;
|
||||||
|
|
Loading…
Reference in a new issue