Changes between Version 3 and Version 4 of Old/Documentation/OTG/FuncSpec/WritingTrafficGenerators
- Timestamp:
- Oct 6, 2005, 5:44:26 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Old/Documentation/OTG/FuncSpec/WritingTrafficGenerators
v3 v4 37 37 1. int fillPayload(int size, char *inputstream); 38 38 39 The first two functions are self-evident. The third functi noread a certain ''size'' of bytes from the ''inputstream'' into the payload of this packet. If successful, return value is 0.39 The 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. 40 40 41 41 == Interface with POPT command line parser ==