mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-17 22:08:27 +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();
|
||||
#if defined(IP_DONTFRAG)
|
||||
int optValue = 1;yea
|
||||
int optValue = 1;
|
||||
setsockopt(socketHandle, IPPROTO_IP, IP_DONTFRAG, (const void*) optValue, sizeof(optValue));
|
||||
#elif defined(IP_MTU_DISCOVER)
|
||||
int optValue = 1;
|
||||
|
|
Loading…
Reference in a new issue