cloudflare / gortr

The RPKI-to-Router server used at Cloudflare
https://rpki.cloudflare.com
BSD 3-Clause "New" or "Revised" License
309 stars 39 forks source link

how to set the timers sent in End of Data PDU #52

Closed Avinash825 closed 4 years ago

Avinash825 commented 4 years ago

Hi , I want to define the values of three timers shared by cache server in case of version 1 in End of Data PDU. Is there a way to do it ?

lspgn commented 4 years ago

It is possible when using the API/library and setting the PDU: https://github.com/cloudflare/gortr/blob/master/lib/server.go#L863-L865 Default values are 3600, 600, 7200.

I haven't implemented it GoRTR but will take a look tomorrow.

Avinash825 commented 4 years ago

Thanks.. could you please also add session id configuration manually ? these would be help full in testing ..

lspgn commented 4 years ago

Made https://github.com/cloudflare/gortr/pull/55 Are you able to try it?

Avinash825 commented 4 years ago

Hi, no i did not get chance to do it, i will give a try and update.

lspgn commented 4 years ago

Merged. You can use the new flags in v0.14.3.