What I'm trying to do is: Writing client and server for sending a String via TCP with Java, so far no problem using Socket and Input-/Output-Streams.
But now I'm trying to add 3 numbers to the "Options" field in the tcp header . I can't find any helpful tutorials or something else on how to customize the header and how to read it.
Any suggestions?