On Wednesday 09 February 2005 02:33 pm, Alexander Harsch wrote: > Hi everybody! > > I have a problem with a socket in my kernel thread. Sometimes (maybe 50 %) > when I load my module, one of the sockets returns an error code of -95 > using the sock_sendmsg() funcion. If it does, the socket can not be used > any more and I have to reload the module. If it works the first time, the > socket will work till the module gets unloaded. > Can anybody tell me why this happens? Does anybody know what -95 stands for > anyways? Thanks in advance. > check include/asm-generic/errno.h #define EOPNOTSUPP 95 /* Operation not supported on transport endpoint */ tavi -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/