• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

UltraMonkey-L7 V3(multi-thread implementation)


Commit MetaInfo

Revisión64a91094a69a5a865cf426164a055782eb11eb7a (tree)
Tiempo2013-07-09 10:44:11
AutorHiroaki Nakano <nakano.hiroaki@nttc...>
CommiterHiroaki Nakano

Log Message

デフォルト値を0(timeoutなし)に変更

Signed-off-by: Hiroaki Nakano <nakano.hiroaki@nttcom.co.jp>

Cambiar Resumen

Diferencia incremental

--- a/l7vsd/include/tcp_session.h
+++ b/l7vsd/include/tcp_session.h
@@ -40,7 +40,7 @@
4040 #include "virtualservice_element.h"
4141
4242 #define TCP_SESSION_THREAD_STATE_BIT 8
43-#define DEFAULT_SERVER_CONNECT_TIMEOUT 30
43+#define DEFAULT_SERVER_CONNECT_TIMEOUT 0
4444 #define PARAM_UP_BUFFER_SIZE "upstream_buffer_size"
4545 #define PARAM_DOWN_BUFFER_SIZE "downstream_buffer_size"
4646 #define SERVER_CONNECT_TIMEOUT "server_connect_timeout"