mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 09:36:46 +00:00
merge in some boost changes
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@511 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
@@ -82,6 +82,12 @@ typedef struct ss7bc_ip_cfg
|
||||
int remote_port;
|
||||
}ss7bc_ip_cfg_t;
|
||||
|
||||
typedef enum {
|
||||
MSU_FLAG_EVENT = (1 << 0),
|
||||
MSU_FLAG_DOWN = (1 << 1)
|
||||
} ss7bc_flag_t;
|
||||
|
||||
|
||||
struct ss7bc_connection {
|
||||
zap_socket_t socket;
|
||||
struct sockaddr_in local_addr;
|
||||
@@ -98,13 +104,8 @@ struct ss7bc_connection {
|
||||
unsigned int rxseq_reset;
|
||||
ss7bc_ip_cfg_t cfg;
|
||||
uint32_t hb_elapsed;
|
||||
int up;
|
||||
};
|
||||
|
||||
typedef enum {
|
||||
MSU_FLAG_EVENT = (1 << 0)
|
||||
} ss7bc_flag_t;
|
||||
|
||||
typedef struct ss7bc_connection ss7bc_connection_t;
|
||||
|
||||
/* disable nagle's algorythm */
|
||||
|
Reference in New Issue
Block a user