libuinet
libuinet copied to clipboard
a library version of FreeBSD's TCP/IP stack plus extras
Linux VM 4.19.0-6-amd64 #1 SMP Debian 4.19.67-2 (2019-08-28) x86_64 GNU/Linux make[2]: Leaving directory '/root/sft/pbscan-master/123/libuinet/bin/multitool' make[2]: Entering directory '/root/sft/pbscan-master/123/libuinet/bin/tproxy' cc -I/root/sft/pbscan-master/123/libuinet/bin/tproxy/../../lib/libev -O -gdwarf-2 -I/root/sft/pbscan-master/123/libuinet/bin/tproxy/../../lib/libuinet/api_include -c -o tproxy.o tproxy.c In file included...
I get some errors on compiling the library : error 1 -----------------------------------------------------------------------------> uinet_if_pcap_host.c:377:1: error: static declaration of ‘pcap_dump_open_append’ follows non-static declaration pcap_dump_open_append(pcap_t *p, const char *fname) ^~~~~~~~~~~~~~~~~~~~~ In file included...
somebody know the problem? My netmap doesn't install correctly? command: under /libuinet/bin/echo,execute ./echo -i eth2 -l 192.168.56.105 -p 8888 result: uinet starting:cpus=1,nmbclusters=131072 cllwheelsize=524288 cllwheelsize=524288 UINET multiprocessor subsystem configured with 1...
Is there any successful case?Any suggestion is great.
Compiling under Fedora 21, gets the following error and a few more like it: ``` g++ -I/home/ray/src/libuinet/bin/echo++/../../lib/libev -O -gdwarf-2 -I/home/ray/src/libuinet/bin/echo++/../../lib/libuinet/api_include -c -o echo++.o echo++.cc echo++.cc: In constructor ‘EchoServer::EchoServer(ev::dynamic_loop&, server_config*)’: echo++.cc:232:72:...
Hi, Is it possible to get the list of Supported/Unsupported features by libuinet? Thanks, -Hemal
I encountered this undefined reference to `__start_set_vnet' when I compiling libuinet on ubuntu. I am wondering where this global variable __start_set_vnet is defined.
the error is as following: sys/netinet/tcp_output.c:1193:11: error: 'ipov' undeclared (first use in this function)
I am trying to benchmark user-space TCP stack (libuinet+netmap) on Linux. I have successfuly built netmap including device drivers and libuinet with netmap. I have tested netmap alone using pkt-gen...
I would like to use Vegas congestion control in libuinet. I have added cc_vegas.c and h_ertt.c to the libuinet Makefile and managed to compile it. However, the vegas module fails...