aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDeterminant <ted.sybil@gmail.com>2020-02-14 15:41:54 -0500
committerDeterminant <ted.sybil@gmail.com>2020-02-14 15:41:54 -0500
commit4fed5578db7714d8317d1bfe9262143d25034d00 (patch)
treeb3b60810770eef00238ce35cabca2cc2216ec104 /include
parent853a6503391a05a3f60b50bb40a7dd4f35588293 (diff)
add more to C APIv0.1.1
Diffstat (limited to 'include')
-rw-r--r--include/salticidae/network.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/salticidae/network.h b/include/salticidae/network.h
index 6fe8395..dd05ed3 100644
--- a/include/salticidae/network.h
+++ b/include/salticidae/network.h
@@ -1308,6 +1308,8 @@ void salticidae_injected_msg_callback(const msg_t *msg, msgnetwork_conn_t *conn)
msgnetwork_config_t *msgnetwork_config_new();
void msgnetwork_config_free(const msgnetwork_config_t *self);
+void msgnetwork_config_max_msg_size(msgnetwork_config_t *self, size_t size);
+void msgnetwork_config_max_msg_queue_size(msgnetwork_config_t *self, size_t size);
void msgnetwork_config_burst_size(msgnetwork_config_t *self, size_t burst_size);
void msgnetwork_config_max_listen_backlog(msgnetwork_config_t *self, int backlog);
void msgnetwork_config_conn_server_timeout(msgnetwork_config_t *self, double timeout);