This repository was archived by the owner on May 6, 2020. It is now read-only.
Commit 11d2371
Dmitry Voytik
proxy: implement (re)store of proxy's state
Introduce the high availability feature of cc-proxy by implementing
store/restore of proxy's state to/from disk. This feature depends
on the ability of shim to reconnect to cc-proxy if connection is lost.
Fixes #4.
Signed-off-by: Dmitry Voytik <dmitry.voytik@huawei.com>1 parent 161a82a commit 11d2371
5 files changed
Lines changed: 754 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
53 | 54 | | |
54 | 55 | | |
55 | 56 | | |
56 | | - | |
| 57 | + | |
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
250 | 250 | | |
251 | 251 | | |
252 | 252 | | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
253 | 262 | | |
254 | 263 | | |
255 | 264 | | |
| |||
325 | 334 | | |
326 | 335 | | |
327 | 336 | | |
328 | | - | |
329 | | - | |
330 | | - | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
331 | 341 | | |
332 | 342 | | |
333 | 343 | | |
| |||
622 | 632 | | |
623 | 633 | | |
624 | 634 | | |
625 | | - | |
626 | | - | |
| 635 | + | |
| 636 | + | |
| 637 | + | |
627 | 638 | | |
628 | | - | |
629 | | - | |
630 | | - | |
| 639 | + | |
| 640 | + | |
| 641 | + | |
| 642 | + | |
631 | 643 | | |
632 | 644 | | |
633 | 645 | | |
| |||
0 commit comments