2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-02 06:55:16 +00:00

[1429] Docstring update

This commit is contained in:
Michal 'vorner' Vaner
2011-12-06 11:16:26 +01:00
parent 6583a47dde
commit 3bb1cc7d96

View File

@@ -102,10 +102,10 @@ class Cache:
only once to receive the socket. only once to receive the socket.
The application is a token representing the application that requested The application is a token representing the application that requested
it. It is not clear now if that would be the PID of application, it's it. Currently, boss uses the file descriptor of connection from the
address on message bus or filehandle of the unix domain socket used application, but anything which can be a key in a dict is OK from the
to request it, but the same application handle should be used in case cache's point of view. You just need to use the same thing in
the application crashes to call drop_application. drop_application.
In case the token is considered invalid (it doesn't come from the In case the token is considered invalid (it doesn't come from the
get_token, it was already used, the socket wasn't picked up soon get_token, it was already used, the socket wasn't picked up soon