Server: fixing keepalive parameter
Despite coincidence between the all caps name used in doc with the actual name of the argument in other cases, it seems that we need to use the corresponding string value in the `#define` for the all caps name. This is a case where documentation is very lacking (didn't find anything explicit about that in API doc for Python `grpcio`).
Loading