aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo_client_core.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/osmo_client_core.c')
-rw-r--r--src/osmo_client_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osmo_client_core.c b/src/osmo_client_core.c
index 721f881..fd8b342 100644
--- a/src/osmo_client_core.c
+++ b/src/osmo_client_core.c
@@ -228,7 +228,7 @@ int osmo_client_capture(struct osmo_pcap_client *client, const char *device)
return 1;
}
- client->handle = pcap_open_live(client->device, 2000, 0,
+ client->handle = pcap_open_live(client->device, 9000, 0,
1000, client->errbuf);
if (!client->handle) {
LOGP(DCLIENT, LOGL_ERROR,