terminating a socket read from inside the kernel
terminating a socket read from inside the kernel
- Subject: terminating a socket read from inside the kernel
- From: Rob McKeever <email@hidden>
- Date: Wed, 31 Mar 2004 21:26:12 -0800
Hi,
I'm stumped with a problem...
I've got a BSD socket connection from inside a kext on another thread
and I'm trying to find a way to cause it to abort without using a
timeout or closing the connection. From userland, I've done the same
thing by using a signal to abort the syscall, but haven't been able to
figure out how to do the same thing from kernelspace.
I've tried issuing sorwakeup() on my socket, but it seems to have no
effect. I've tried a few other bit too, but this is the one that
seemed to make the most sense. Anyone have any ideas?
-Rob
--
"Quidquid latine dictum sit, altum viditur."
[demime 0.98b removed an attachment of type application/pkcs7-signature which had a name of smime.p7s]
_______________________________________________
darwin-kernel mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/darwin-kernel
Do not post admin requests to the list. They will be ignored.