Browse Source

[eval] fixed eval.luv.Tcp.noDelay signature

Aleksandr Kuzmenko 4 years ago
parent
commit
c166168f70
1 changed files with 1 additions and 1 deletions
  1. 1 1
      std/eval/luv/Tcp.hx

+ 1 - 1
std/eval/luv/Tcp.hx

@@ -23,7 +23,7 @@ import eval.luv.SockAddr;
 	/**
 		Sets TCP_NODELAY.
 	**/
-	public function noDelay():Result<Result.NoData>;
+	public function noDelay(enable:Bool):Result<Result.NoData>;
 
 	/**
 		Sets the TCP keepalive.