MBDyn-1.7.3
|
Connection data structure (partially opaque) More...
#include <mbc.h>
Public Attributes | |
int | sock |
unsigned | sock_flags |
int | recv_flags |
int | send_flags |
uint8_t | cmd |
char | data_and_next |
int | verbose |
int | timeout |
char mbc_t::data_and_next |
Flag that modifies response behavior:
In most cases, should be set to 1.
Definition at line 125 of file mbc.h.
Referenced by main(), mbc_py_modal_initialize(), mbc_py_nodal_initialize(), and test_init().
int mbc_t::timeout |
Connect(2) timeout. When peer is not listening:
During timeout, connect(2) is periodically retried.
Definition at line 137 of file mbc.h.
Referenced by mbc_py_modal_initialize(), mbc_py_nodal_initialize(), and test_init().
int mbc_t::verbose |
Verbose on stdout
Definition at line 128 of file mbc.h.
Referenced by main(), mbc_py_modal_initialize(), mbc_py_nodal_initialize(), tdata_(), test_init(), and test_run().