saaras-io / yastack

YAStack: User-space network-stack based on DPDK, FreeBSD TCP/IP Stack, EnvoyProxy
https://yastack.io
Apache License 2.0
100 stars 20 forks source link

libevent not receiving listen callbacks #15

Open mincymathew opened 2 years ago

mincymathew commented 2 years ago

I opened a listening port on my custom proxy through libevent API using evconnlistener_new. I issued a curl request from the client through the proxy port. I see that F stack receives the HTTP connect packet. But libevent does not receive this. Libevent is using epoll. Do you see any reason why this would not work?