Put stores the DERP map response for url, replacing any prior entry and marking it stored as of now. An empty etag means the server sent none.
(url string, data []byte, etag string)
| 116 | // entry and marking it stored as of now. An empty etag means the |
| 117 | // server sent none. |
| 118 | Put(url string, data []byte, etag string) error |
| 119 | } |
| 120 | |
| 121 | // derpMapCacheMaxAge is how old a cached DERP map may be and still be |