View Single Post
  #1 (permalink)  
Old April 3rd, 2002
Unregistered
Guest
 
Posts: n/a
Question 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?
Reply With Quote