Re: sbdrop - count not zero?
site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com On 11 mai 05, at 02:17, Josh Graessley wrote: Yes, there was/is one which is registered with these parameters: _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-kernel/site_archiver%40lists.a... Stephane Sudre wrote a question about sbdrop. There is a known bug where this may occur if there is a socket filter installed and it is filtering inbound data. Stephane, were you running any socket filters (kernel extensions)? tStatus = sflt_register(&SFM_SocketFilter_TCP, PF_INET,SOCK_STREAM, IPPROTO_TCP); and which had indeed an inbound data callback (the return value is always 0). This email sent to site_archiver@lists.apple.com
participants (1)
-
Stephane Sudre