| ▲ | ralferoo 2 hours ago | |
Just googling it now and TCP urgent data seems to be a mess. Reading the original RFC 793 it's clear that the intention was never for this to be OOB data, but to inform the receiver that they should consume as much data as possible and minimally process it / buffer it locally until they have read up to the urgent data. However, the way it was historically implemented as OOB data seems to be significantly more useful - you could send flow control messaging to be processed immediately even if you knew the receiving side had a lot data to consume before it'd see an inline message. It seems nowadays the advice is just to not use urgent data at all. | ||