Module: kamailio Branch: master Commit: df875b53340c9e09b6ca0baaa2154000d0bbba47 URL: https://github.com/kamailio/kamailio/commit/df875b53340c9e09b6ca0baaa2154000...
Author: Camille Oudot camille.oudot@orange.com Committer: Camille Oudot camille.oudot@orange.com Date: 2016-01-29T18:18:19+01:00
tcp: define new flag to control tcpop's tcp:closed
for enhancement #461
---
Modified: tcp_conn.h
---
Diff: https://github.com/kamailio/kamailio/commit/df875b53340c9e09b6ca0baaa2154000... Patch: https://github.com/kamailio/kamailio/commit/df875b53340c9e09b6ca0baaa2154000...
---
diff --git a/tcp_conn.h b/tcp_conn.h index e1c31cd..7c4ef5d 100644 --- a/tcp_conn.h +++ b/tcp_conn.h @@ -55,6 +55,7 @@ #define F_CONN_WANTS_RD 4096 /* conn. should be watched for READ */ #define F_CONN_WANTS_WR 8192 /* conn. should be watched for WRITE */ #define F_CONN_PASSIVE 16384 /* conn. created via accept() and not connect()*/ +#define F_CONN_CLOSE_EV 32768 /* explicitely call tcpops ev route when closed */
#ifndef NO_READ_HTTP11 #define READ_HTTP11