Hi, If one opens two sockets to one CAN port and wants to use one socket file descriptor for reading and the other for writing, is it possible to limit the writing socket to _write only_, so it doesn't receive messages ? Background: if using this kind of approach, both sockets will get a copy of the received data. So the writing only socket gets a receive buffer overflow, because it doesn't read the data from the socket. If one could somehow set this socket to a write only state, the buffer overflow would probably not happen. Best regards, Daniel.
_______________________________________________ Xenomai-help mailing list [email protected] https://mail.gna.org/listinfo/xenomai-help
