Proxy server на си

Иван17 лет в сервисе
Данные заказчика будут вам доступны после подачи заявки
15.04.2009

Nado dopisat proxy server

est skelet

zadacha dopisat prostoi proxy server

1) sdelat paralelnim - eto ya sdelal

2)Persistent client connections.

Leave client connections open, to allow each client to send a sequence of requests on each connection. Only close a client connection when the client requests it by a "Connection: close" header line, or when a response does not have a self-defined length.

3)Asynchronous close by clients.

Handle the possibility of a client "asynchronously" closing a connection. This could happen at any time, but is most likely to happen between client requests, e.g., by a time-out in the client

4)Time-out for clients.

Implement a time-out that closes an idle client connection approximately 10 seconds after the last request was received on it

5)Pipelining for clients.

If a client pipelines its requests (i.e., sends a request before the previous request has been completed), don't wait for previous requests to complete before starting to process a new request from the same client. Make sure that responses are sent in the same order as requests are received

срок 20 апреля

Protocol HHTP/1.1 rcf 2616

язык C

компилятор gcc

Заявки фрилансеров