Opened 16 years ago

Last modified 4 years ago

#1994 new bug

TCP does not support urgent (or inline) data

Reported by: axeld Owned by: hugosantos
Priority: normal Milestone: R1.1
Component: Network & Internet/TCP Version: R1/pre-alpha1
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

Our implementation of the TCP protocol does not yet support urgent data. It's not widely used, but has to be implemented anyway.

Change History (2)

comment:1 by waddlesplash, 6 years ago

Looks like this is still an issue: http://xref.plausible.coop/source/xref/haiku/src/add-ons/kernel/network/protocols/tcp/TCPEndpoint.cpp#960

	// TODO: add support for urgent data (MSG_OOB)

comment:2 by pulkomandy, 4 years ago

Milestone: R1R1.1
Note: See TracTickets for help on using tickets.