diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2011-12-28 10:40:32 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2011-12-28 16:08:55 +0200 |
commit | c279f32d5ffc41ab41a1441687dcb9daea5e6475 (patch) | |
tree | 3af09feff14c81ea11cf88219d1116a98bf25258 /doc/cha-gtls-examples.texi | |
parent | 725cf45965e66b8d5a19fa39b679d0a2c505ce0f (diff) | |
download | gnutls-c279f32d5ffc41ab41a1441687dcb9daea5e6475.tar.gz |
updated and included in the documentation the udp code.
Diffstat (limited to 'doc/cha-gtls-examples.texi')
-rw-r--r-- | doc/cha-gtls-examples.texi | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/doc/cha-gtls-examples.texi b/doc/cha-gtls-examples.texi index 23f76100d8..68230a9d33 100644 --- a/doc/cha-gtls-examples.texi +++ b/doc/cha-gtls-examples.texi @@ -29,7 +29,8 @@ implemented by another example. * Client with Resume capability example:: * Simple client example with SRP authentication:: * Simple client example in C++:: -* Helper function for TCP connections:: +* Helper functions for TCP connections:: +* Helper functions for UDP connections:: @end menu @node Simple client example with anonymous authentication @@ -135,14 +136,22 @@ the GnuTLS C++ API. @verbatiminclude examples/ex-cxx.cpp -@node Helper function for TCP connections -@subsection Helper function for TCP connections +@node Helper functions for TCP connections +@subsection Helper functions for TCP connections -This helper function abstracts away TCP connection handling from the +Those helper function abstract away TCP connection handling from the other examples. It is required to build some examples. @verbatiminclude examples/tcp.c +@node Helper functions for UDP connections +@subsection Helper functions for UDP connections + +The UDP helper functions abstract away UDP connection handling from the +other examples. It is required to build the examples using UDP. + +@verbatiminclude examples/udp.c + @node Server examples @section Server examples |