/[monit]/monit/CHANGES.txt
ViewVC logotype

Diff of /monit/CHANGES.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.260 by hauk, Sat Oct 29 15:36:59 2005 UTC revision 1.261 by hauk, Sat Oct 29 17:16:14 2005 UTC
# Line 27  BUGFIXES: Line 27  BUGFIXES:
27        
28  *  Fixed send/expect over UDP and added a simple retransmit scheme.  *  Fixed send/expect over UDP and added a simple retransmit scheme.
29    
30  *  Allow sending of non-printable chars in a send/expect statement.  *  Allow sending of non-printable chars in send/expect statements.
31     Non-printable must use the hex notation, e.g. \xFF, in monitrc.     Use the hex notation, \0xHEXHEX to send any char in the range
32     Being able to send such chars may be useful when testing some     \0x00-\0xFF, that is, 0-255 in decimal. This may be useful
33     network protocols, particularly those over UDP.     when testing some network protocols, particularly those over UDP.
34       To test a quake 3 server you can for example use the following,
35          send "\0xFF\0xFF\0xFF\0xFFgetstatus"
36          expect "sv_floodProtect|sv_maxPing"
37    
38    
39  Version 4.6  Version 4.6

Legend:
Removed from v.1.260  
changed lines
  Added in v.1.261

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26