Commit e19773ee authored by Antoine Millet's avatar Antoine Millet
Browse files

Added docstring

parent b21bc311
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -103,6 +103,8 @@ class TunnelProtocol(Protocol):
            watcher.stop()

    def _send_get(self, size):
        """ Send to the peer, the right to write data on the tunnel.
        """
        self._connection.rpc.send_special('protoctl', label=self._label,
                                          type='get', payload=dict(size=size))
        self._asked += size