I'm writing a Telnet library, and one of the commands requires setting the URGENT flag on the TCP packet sent according to RFC854:
The Synch is sent via the TCP send operation with the Urgent flag set and the DM as the last (or only) data octet.
How can I do this?