Question: Use poll() function and socket programming to receive out-of-band data. Out-ofband data is also called urgent data in TCP, and is often received with first
Use poll() function and socket programming to receive out-of-band data. Out-ofband data is also called urgent data in TCP, and is often received with first priority via a separate data stream. Hint: Check events and select POLLPRI.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
