#include <Master.hpp>
|
| static fd_set | _readfds |
| |
| static int | _max_fd = 0 |
| | < The lower socket fd
|
| |
| static int | _min_fd = INT_MAX |
| | < The sockets fd which will be select
|
| |
| static int | _amount = 0 |
| | < The higher one
|
| |
Definition at line 4 of file Master.hpp.
◆ Master() [1/2]
◆ Master() [2/2]
| Master::Master |
( |
int |
fd, |
|
|
Master * |
parent |
|
) |
| |
◆ ~Master()
◆ choose_server()
| Server * Master::choose_server |
( |
Env * |
env, |
|
|
string |
host |
|
) |
| |
◆ post_select()
| void Master::post_select |
( |
Env * |
env | ) |
|
< incomming master request
Definition at line 65 of file Master.cpp.
◆ pre_select()
| void Master::pre_select |
( |
void |
| ) |
|
◆ _address
| struct sockaddr_in Master::_address |
|
private |
◆ _amount
◆ _childs
| std::vector<Client *> Master::_childs |
|
private |
◆ _fd
◆ _listen
◆ _max_fd
< The lower socket fd
Definition at line 20 of file Master.hpp.
◆ _min_fd
| int Master::_min_fd = INT_MAX |
|
static |
< The sockets fd which will be select
Definition at line 20 of file Master.hpp.
◆ _readfds
The documentation for this class was generated from the following files: