Problem related to smb server
Hello Darwin Devloper, I am trying to use the socket in kernel space.In my program, socreate(),sobind(),solisten() are working fine.But soaccept() is not working properly because it is not a blocking call.(This behaviour is different than user mode) So I tried to smb kernel code from opendarwin source code. I got all code which are related to smb client i.e. the code that contain socreate(),soconnect().But I am not able to get the code related to smb server that contain the socreate(),soaccept(). I downloaded the smb kernel code from the link "http://cvs.opendarwin.org/index.cgi/src/smb" Please can anybody tell me,where is the code of smb server? Regards Girish __________________________________ Do you Yahoo!? New Yahoo! Photos - easier uploading and sharing. http://photos.yahoo.com/ _______________________________________________ darwin-kernel mailing list | darwin-kernel@lists.apple.com Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/darwin-kernel Do not post admin requests to the list. They will be ignored.
participants (1)
-
Girish