I intend to use an IP based network for a control application. Control Messages (varying in length)of up to 8 bytes will be sent.
IP contains a length field but only for the IP packets not of the application message. If a message is split across IP packets how will my receiving node now how long the application message is and thus be able to re-assemble it?
Is this likely to cause problems in this application and are there any other ways round it other than specifying a length field in the application layer?
IP contains a length field but only for the IP packets not of the application message. If a message is split across IP packets how will my receiving node now how long the application message is and thus be able to re-assemble it?
Is this likely to cause problems in this application and are there any other ways round it other than specifying a length field in the application layer?