network includes the following modules:
nw_buf
: buf managernw_evt
: main loopnw_sock
: socket releatednw_ses
: network session managernw_timer
: timer, call a function after specify time, repeat or not repeatnw_svr
: server implement, one server can bind multi address in different sock typenw_clt
: client implement, auto reconnectnw_state
: state machine with timeoutnw_job
: thread pool