TCP/IP sockets in C : practical guide for programmers /
The Internet allows computers thousands of miles apart to exchange information through programs such as Web browsers, and nearly all of these programs gain access to network communication services through the sockets programming interface. TCP/IP Sockets in C: Practical Guide for Programmers is a qu...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Otros Autores: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Amsterdam ; Boston :
Morgan Kaufmann,
©2009.
|
Edición: | 2nd ed. |
Colección: | Morgan Kaufmann practical guides series.
|
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Tabla de Contenidos:
- 1 Introduction
- 2 Basic TCP Sockets
- 3 Of Names and Address Families
- 4 Using UDP Sockets
- 5 Sending and Receiving Data
- 6 Beyond the Basic Socket Programming
- 7 Under the Hood
- 8 Socket Programming in C++.