aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/netif/osmux.h
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@soleta.eu>2014-08-29 15:20:56 +0200
committerPablo Neira Ayuso <pablo@soleta.eu>2014-08-29 15:30:29 +0200
commit0316aa6060ccadde9a2efb3b3aa41dc1282dd3ad (patch)
tree6ddcbca3a8e9a1745d244df4b71333017ead102b /include/osmocom/netif/osmux.h
parent9de1521ca977c6df7718a64bb82530500141b712 (diff)
osmux: export OSMUX_BATCH_DEFAULT_MAX
This allows you to set the default batch size when initializing the osmux input handle.
Diffstat (limited to 'include/osmocom/netif/osmux.h')
-rw-r--r--include/osmocom/netif/osmux.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/osmocom/netif/osmux.h b/include/osmocom/netif/osmux.h
index 03da1b6..493f64f 100644
--- a/include/osmocom/netif/osmux.h
+++ b/include/osmocom/netif/osmux.h
@@ -76,6 +76,9 @@ static inline uint8_t *osmux_get_payload(struct osmux_hdr *osmuxh)
int osmux_snprintf(char *buf, size_t size, struct msgb *msg);
+/* 1500 - sizeof(iphdr) = 20 bytes - sizeof(udphdr) = 8 bytes. */
+#define OSMUX_BATCH_DEFAULT_MAX 1472
+
void osmux_xfrm_input_init(struct osmux_in_handle *h);
void osmux_xfrm_input_fini(struct osmux_in_handle *h);