Changes between Version 3 and Version 4 of Old/Documentation/OTG/FuncSpec/WritingTrafficGenerators


Ignore:
Timestamp:
Oct 6, 2005, 5:44:26 PM (19 years ago)
Author:
zhibinwu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Old/Documentation/OTG/FuncSpec/WritingTrafficGenerators

    v3 v4  
    3737 1. int fillPayload(int size, char *inputstream); 
    3838
    39 The first two functions are self-evident. The third functino read a certain ''size'' of bytes from the ''inputstream'' into the payload of this packet. If successful, return value is 0.
     39The first two functions are self-evident. The third function read a certain ''size'' of bytes from the ''inputstream'' into the payload of this packet. If successful, return value is 0.
    4040
    4141== Interface with POPT command line parser ==