Re: packet capture

2017-12-07 Thread Dor Laor
You'll just have to change the code in the OS level, check how the modified memcache works, it hooks exactly in the right location. On Thu, Dec 7, 2017 at 2:28 AM, wrote: > Hi, > > is there any special API to do high performance packet capture? Or direct > access to the network drivers? > Are PF

packet capture

2017-12-07 Thread zegaucho
Hi, is there any special API to do high performance packet capture? Or direct access to the network drivers? Are PF_PACKET sockets supported? Thanks, Aron -- You received this message because you are subscribed to the Google Groups "OSv Development" group. To unsubscribe from this group and

Re: how to run some .so or jar

2017-12-07 Thread Nadav Har'El
On Tue, Nov 28, 2017 at 1:56 PM, wang Yu wrote: > i am fresh man in osv, and i have a question about it; > if we have some dyminic library .so, i want to how to run? > for example, a.so have main enter, and it want to call the func_b() > in b.so(we don't want to recompile it) > a.c --->a.so > ext