mirror of
https://github.com/pocoproject/poco.git
synced 2025-02-20 14:24:35 +01:00
style fix
This commit is contained in:
parent
2e8674a54d
commit
67de3be860
@ -123,9 +123,9 @@ void TCPServer::run()
|
||||
{
|
||||
StreamSocket ss = _socket.acceptConnection();
|
||||
// enable nodelay per default: OSX really needs that
|
||||
#if defined(POCO_OS_FAMILY_UNIX)
|
||||
#if defined(POCO_OS_FAMILY_UNIX)
|
||||
if (ss.address().family() != AddressFamily::UNIX_LOCAL)
|
||||
#endif
|
||||
#endif
|
||||
{
|
||||
ss.setNoDelay(true);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user