SOCKETS

Classes

Files

Theese files contains server as well.

base_socket

This socket is virtual class designed as parent for more kind of socket. At this time, only tcp_socket is written. Don't use it directly, it is useless (and the compiler won't let you to create it anyway).

Interface

tcp_socket

This is socket class for tcp protocol. It have to be connected before sending or receiving any data.

Interface

Error handling

It has exception system, using exception and its heirs. Error ids are here. Other errors are only for server, because it uses the same exception class.