Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - How to set write no replay?: (1 Item)
   
How to set write no replay?  
 My code :
 wbpffd = open( bbuf, O_WRONLY|O_NONBLOCK);   fcntl(wbpffd,F_SETFL,O_NONBLOCK);  	
rc = write( wbpffd, framePtr, frameLen);  

write  will some times Reply,how can I do remove Reply?