mOS-networking-stack icon indicating copy to clipboard operation
mOS-networking-stack copied to clipboard

A Specialized Network Programming Library for Stateful Middleboxes:

Results 15 mOS-networking-stack issues
Sort by recently updated
recently updated
newest added

Hi Asim I might may have misconfigured something for the NAT sample, so here again is my test example, let me know if I missed anything :) client dpdk0 mOS...

enhancement

Hi all, I get `[ mtcp_peek: 297] tcprb_ppeek() failed` when trying to use mtcp_peek. What I want is to read all, ordered TCP payload. Is there any example beyond http://mos.kaist.edu/guide/programmer/05_api_example.html...

For performance testing without accounting for the time of printf() that can be consequent

Mellanox NIC does not allow the ixgbe's 52 byte key

Recent GCC (9.3 at least) got smarter and sees that strncopy should not be used with the length of the string, and memcpy should be used instead. The error: In...

I’m using your latest version mOS-networking-stack but meet a problem. I will be grateful if you can help me. I found that if I run the Midstat in inline mode...

Is there any way using mOS with dpdk vhost-user?

system: centos 6.8 kernel: 3.10.105-1.el6.elrepo.x86_64 These problems occurred when I compiled DPDK. make[5]: Nothing to be done for `depdirs'. Configuration done == Build lib == Build lib/librte_compat == Build lib/librte_eal...

Fixed

Hi, I am a student from Viet Nam. I have a project that build a IDS/IPS with mOS API on Raspberry Pi B+. I try to build mOS API on...

enhancement

When using only some interfaces (eg only dpdk1 when there is in fact dpdk0 and dpdk1 on the machine) leads to a segfault, at least with epwget. GetOutputInterface will return...

enhancement
help wanted