diff --git a/Formula/tcpflow.rb b/Formula/tcpflow.rb new file mode 100644 index 0000000000..bdd9329d42 --- /dev/null +++ b/Formula/tcpflow.rb @@ -0,0 +1,37 @@ +require 'formula' + +class Tcpflow OPEN_MAX) { ++ limit.rlim_max = OPEN_MAX; ++ } ++#endif ++ + /* set the current to the maximum or specified value */ + if (max_desired_fds) + limit.rlim_cur = max_desired_fds;