Home
last modified time | relevance | path

Searched refs:setTCPNoDelay (Results 1 – 25 of 28) sorted by relevance

12

/dports/devel/R-cran-gtools/gtools/man/
H A DsetTCPNoDelay.Rd2 % Please edit documentation in R/setTCPNoDelay.R
3 \name{setTCPNoDelay}
4 \alias{setTCPNoDelay}
7 setTCPNoDelay(socket, value = TRUE)
41 setTCPNoDelay(socket, TRUE)
/dports/devel/R-cran-gtools/gtools/
H A DMD538 e76eac621168004ca4f698e2c15c9856 *R/setTCPNoDelay.R
84 e623097d49440e92ca8dc6a4feb25d8c *man/setTCPNoDelay.Rd
94 ab21c759bfa25fc8768293d41a0d976e *src/setTCPNoDelay.c
H A DChangeLog22 * R/roman2int.R, R/setTCPNoDelay.R: Use correct 'PACKAGE='
32 R/newVersionAvailable.R, R/roman2int.R, R/setTCPNoDelay.R,
34 src/gtools_load.c, src/setTCPNoDelay.c,
68 * man/setTCPNoDelay.Rd, tests/test_setTCPNoDelay.R: Add improved
102 * tests/test_setTCPNoDelay.R: Add test code for setTCPNoDelay
106 * R/setTCPNoDelay.R: Modify setTCPNoDelay to work with current
111 * src/setTCPNoDelay.c: checkStatus() was not correctly getting the
894 * Temporary fix to allow setTCPNoDelay.c to compile on Windows. If
895 compiled on windows calling setTCPNoDelay will just raise an
916 * Add C source code for setTCPNoDelay.
[all …]
H A DNEWS.md19 - Use valid HTTP request for example in `setTCPNoDelay` to prevent
438 - setTCPNoDelay now compiles & works properly on Windows
444 - src/setTCPNoDelay.c: Add C source code for setTCPNoDelay.
457 - New function setTCPNoDelay() that allows the TCP_NODELAY flag to
H A DNAMESPACE41 export(setTCPNoDelay)
/dports/devel/R-cran-gtools/gtools/tests/
H A Dtest_setTCPNoDelay.R8 setTCPNoDelay(socket, TRUE)
/dports/devel/R-cran-gtools/gtools/R/
H A DsetTCPNoDelay.R53 setTCPNoDelay <- function(socket, value = TRUE) { function
/dports/devel/R-cran-gtools/gtools/inst/
H A DChangeLog22 * R/roman2int.R, R/setTCPNoDelay.R: Use correct 'PACKAGE='
32 R/newVersionAvailable.R, R/roman2int.R, R/setTCPNoDelay.R,
34 src/gtools_load.c, src/setTCPNoDelay.c,
68 * man/setTCPNoDelay.Rd, tests/test_setTCPNoDelay.R: Add improved
102 * tests/test_setTCPNoDelay.R: Add test code for setTCPNoDelay
106 * R/setTCPNoDelay.R: Modify setTCPNoDelay to work with current
111 * src/setTCPNoDelay.c: checkStatus() was not correctly getting the
894 * Temporary fix to allow setTCPNoDelay.c to compile on Windows. If
895 compiled on windows calling setTCPNoDelay will just raise an
916 * Add C source code for setTCPNoDelay.
[all …]
H A DNEWS.md19 - Use valid HTTP request for example in `setTCPNoDelay` to prevent
438 - setTCPNoDelay now compiles & works properly on Windows
444 - src/setTCPNoDelay.c: Add C source code for setTCPNoDelay.
457 - New function setTCPNoDelay() that allows the TCP_NODELAY flag to
H A DWORDLIST78 setTCPNoDelay
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/oflog/include/dcmtk/oflog/helpers/
H A Dsocket.h132 DCMTK_LOG4CPLUS_EXPORT int setTCPNoDelay (SOCKET_TYPE, bool);
/dports/devel/log4cplus/log4cplus-1.1.2/include/log4cplus/helpers/
H A Dsocket.h136 LOG4CPLUS_EXPORT int setTCPNoDelay (SOCKET_TYPE, bool);
/dports/devel/log4cplus/log4cplus-1.1.2/src/
H A Dsocket.cxx146 if (! udp && setTCPNoDelay (sock, true) != 0) in Socket()
H A Dsocket-win32.cxx381 setTCPNoDelay (SOCKET_TYPE sock, bool val) in setTCPNoDelay() function
H A Dsocket-unix.cxx404 setTCPNoDelay (SOCKET_TYPE sock, bool val) in setTCPNoDelay() function
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/oflog/libsrc/
H A Dsocket.cc143 if (! udp && setTCPNoDelay (sock, true) != 0) in Socket()
H A Dunixsock.cc391 setTCPNoDelay (SOCKET_TYPE sock, bool val) in setTCPNoDelay() function
H A Dwinsock.cc384 setTCPNoDelay (SOCKET_TYPE sock, bool val) in setTCPNoDelay() function
/dports/dns/dnsdist/dnsdist-1.6.1/
H A Ddnsdist-console.cc223 setTCPNoDelay(fd); in doClient()
745 setTCPNoDelay(conn.getFD()); in controlClientThread()
H A Dmisc.hh553 bool setTCPNoDelay(int sock);
H A Ddnsdist-tcp.cc1267 setTCPNoDelay(ci->fd); // disable NAGLE in tcpAcceptorThread()
/dports/net/socketapi/socketapi-2.2.19/cppsocketapi/
H A Dtdsocket.h375 bool setTCPNoDelay(const bool on);
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/nomos/agent_tests/testdata/NomosTestfiles/See-file/
H A DConnection.java1251 public synchronized void setTCPNoDelay(boolean enable) throws IOException in setTCPNoDelay() method in Connection
/dports/dns/powerdns/pdns-4.5.2/pdns/
H A Dsdig.cc412 setTCPNoDelay(sock.getHandle()); // disable NAGLE, which does not play nicely with delayed ACKs in main()
H A Dmisc.hh553 bool setTCPNoDelay(int sock);

12