Erste Seite Zurück Weiter Letzte Seite Übersicht Grafik
Getting told about UDP errors
For connected sockets you just get the pending error.
For unconnected sockets that talk to multiple targets it is hard to find out where the error came from.
Linux 2.2 added the error queue interface to solve the problem.
Error queue is associated with a socket and stores errors.
Error queue messages tell you where the error came from