Diff. between ioctl and fcntl
Diff. between ioctl and fcntl
- Subject: Diff. between ioctl and fcntl
- From: Pranav Kumar Sahu <email@hidden>
- Date: Wed, 21 Aug 2002 17:56:00 +0530
I have a blocking socket. When i am trying to make it nonblocking by
using ioctl it works. but when i am trying with
fcntl(socket,F_SETFD, O_NONBLOCK);
It does not make it nonblocking. Is here something i am doing wrong
? Really want to know diff. between these function. Can anyone give a brief
description bout it.
Pranav Kumar Sahu
_______________________________________________
macnetworkprog mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/macnetworkprog
Do not post admin requests to the list. They will be ignored.