diff options
Diffstat (limited to 'docs/tutorials/009/page01.html')
-rw-r--r-- | docs/tutorials/009/page01.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/tutorials/009/page01.html b/docs/tutorials/009/page01.html index cadc7cb5484..9483531d89d 100644 --- a/docs/tutorials/009/page01.html +++ b/docs/tutorials/009/page01.html @@ -1,3 +1,4 @@ +<!-- $Id$ --> <HTML> <HEAD> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> @@ -47,7 +48,7 @@ decides on replying to the client depending on the signature. The only changes from the previous tutorial are in the addition of an extra signature matching portion on the server side and providing timeout values on the client side which allows the send() and recv() calls to -return on a timeout if the target party fails to respond. +return on a timeout if the target party fails to respond. <P> This feature of discrimnation depending on the client signature could be used for security reasons or version confirmation by the server. |