Hi all, I am trying to read packets using ipq_read after trapping them. ipq_read() is returning -1. errno == EINTR ipq_errstr() says Received message truncated. I tried reexecuting the call to ipq_read (to restart the system call which failed). I also tried increasing the size argument to ipq_read() i.e. bigger buffer. Both methods failed. What is the reason. Any workarounds ? Thanks in advance Bharath