E
E
eugenero2015-06-17 14:16:48
proxy
eugenero, 2015-06-17 14:16:48

How to make a caching direct proxy?

Hey! You need a transparent proxy between LAN and WAN with the following properties:

  • if the WAN is available, the packet is sent to its destination;
  • if the WAN is not available, the packet is saved, and when the link is restored, it is sent to its destination, while the client in the LAN must be sure that the packet has flown away.

In the second case, packets must be stored/sent in order of arrival.
The proxy must work at the network layer - and then it's a router, or at the HTTP protocol layer.
If you limit yourself to the HTTP level, then you can try to make such a proxy based on some Celery, but I want a ready-made solution.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
eugenero, 2015-06-18
@eugenero

Suddenly!
Yes, this is Delay-tolerant networking , Interplanetary Internet and all that. There is even an implementation on SF .
I will think whether such a microscope is suitable for my tasks.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question