More done

FossilOrigin-Name: e758245a5ace834cffa480cc0bc56fda3a8a44dff48bed7268e27554496c413a
This commit is contained in:
7u83@mail.ru
2018-05-15 05:51:01 +00:00
parent f9da482f69
commit c0dc762b09
6 changed files with 29 additions and 18 deletions

View File

@ -28,7 +28,7 @@ int conn_send_msg(struct conn * conn, uint8_t *rawmsg)
hlen = cw_get_hdr_hlen(rawmsg)*4;
mtu = conn->mtu;
mtu = 800;
while (packetlen>mtu){

View File

@ -69,6 +69,7 @@ struct cw_Mod {
void *data;
int (*setup_cfg)(struct conn *conn);
};