Erste Seite Zurück Weiter Letzte Seite Übersicht Grafik
Error handling
Networks generate errors (surprise!)
They are generated locally, by routers on the path or by the target host.
Some errors are fatal, others just need action (retransmit)
Incoming errors from remote set a pending error on the socket that caused them and reported on the next operation on the socket.
TCP does (nearly) all the work for you