mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-05-29 10:01:41 +00:00
freetdm: ftmod_wanpipe - tx idle frames needs to be bigger
This commit is contained in:
parent
c6f5c96c6e
commit
46f097c1b9
@ -926,20 +926,20 @@ typedef enum {
|
|||||||
/*! \brief IO statistics */
|
/*! \brief IO statistics */
|
||||||
typedef struct {
|
typedef struct {
|
||||||
struct {
|
struct {
|
||||||
|
uint64_t packets;
|
||||||
uint32_t errors;
|
uint32_t errors;
|
||||||
uint16_t flags;
|
uint16_t flags;
|
||||||
uint8_t queue_size; /*!< max queue size configured */
|
uint8_t queue_size; /*!< max queue size configured */
|
||||||
uint8_t queue_len; /*!< Current number of elements in queue */
|
uint8_t queue_len; /*!< Current number of elements in queue */
|
||||||
uint64_t packets;
|
|
||||||
} rx;
|
} rx;
|
||||||
|
|
||||||
struct {
|
struct {
|
||||||
|
uint64_t idle_packets;
|
||||||
|
uint64_t packets;
|
||||||
uint32_t errors;
|
uint32_t errors;
|
||||||
uint16_t flags;
|
uint16_t flags;
|
||||||
uint8_t idle_packets;
|
|
||||||
uint8_t queue_size; /*!< max queue size configured */
|
uint8_t queue_size; /*!< max queue size configured */
|
||||||
uint8_t queue_len; /*!< Current number of elements in queue */
|
uint8_t queue_len; /*!< Current number of elements in queue */
|
||||||
uint64_t packets;
|
|
||||||
} tx;
|
} tx;
|
||||||
} ftdm_channel_iostats_t;
|
} ftdm_channel_iostats_t;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user