Hi, I have installed content filter network extension which is almost same as https://developer.apple.com/documentation/networkextension/filtering_network_traffic.
I have another app. As part of this app, I am sending messages from server process to client process by using unix domain sockets which is almost same as https://github.com/devlights/go-unix-domain-socket-example.
If network traffic is little bit more then my client is failing to send messages with write: no buffer space available
error. If I stop content filter network extension then there is no issue.
How can I handle this type of error with network extension?
Note: This is happening on both monterey and ventura mac os (both intel and m1).