Creating header struct Hi.
I want to know if I understand.
To send a Descriptor header I must to do this struct:
string 16 characters (to Descriptor ID)
integer (to payload descriptor)
integer (to TTL)
integer (to HOPS)
long (to payload lenght)
Then I must to create a struct {
} containing this fields and send it to other servents, thatīs correct? |