mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-25 07:25:36 -04:00
GxsTrans update outdated comments
This commit is contained in:
parent
7a237c11d3
commit
c80b6db423
3 changed files with 16 additions and 11 deletions
|
@ -1,5 +1,7 @@
|
|||
/*******************************************************************************
|
||||
* RetroShare GxsTrans asyncronous redundant small mail trasport on top of GXS *
|
||||
* libretroshare/src/gxstrans: p3gxstrans.h *
|
||||
* *
|
||||
* libretroshare: retroshare core library *
|
||||
* *
|
||||
* Copyright (C) 2016-2019 Gioacchino Mazzurco <gio@eigenlab.org> *
|
||||
* *
|
||||
|
@ -19,7 +21,7 @@
|
|||
*******************************************************************************/
|
||||
#pragma once
|
||||
|
||||
#include <stdint.h>
|
||||
#include <cstdint>
|
||||
#include <unordered_map>
|
||||
#include <map>
|
||||
|
||||
|
@ -68,7 +70,7 @@ struct MsgSizeCount
|
|||
};
|
||||
|
||||
/**
|
||||
* @brief p3GxsTrans is a mail delivery service based on GXS.
|
||||
* @brief p3GxsTrans asyncronous redundant small mail trasport on top of GXS.
|
||||
* p3GxsTrans is capable of asynchronous mail delivery and acknowledgement.
|
||||
* p3GxsTrans is meant to be capable of multiple encryption options,
|
||||
* @see RsGxsTransEncryptionMode at moment messages are encrypted using RSA
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue