Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

modify the comment of DstIP #1533

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion apis/swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1263,7 +1263,7 @@ definitions:
dstIP:
type: "string"
description: |
the peer ID of the target Peer.
the peer IP of the target Peer.
range:
type: "string"
description: |
Expand Down
2 changes: 1 addition & 1 deletion apis/types/piece_error_request.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/api_reference/apis.md
Original file line number Diff line number Diff line change
Expand Up @@ -981,7 +981,7 @@ Peer's detailed information in supernode.

|Name|Description|Schema|
|---|---|---|
|**dstIP** <br>*optional*|the peer ID of the target Peer.|string|
|**dstIP** <br>*optional*|the peer IP of the target Peer.|string|
|**dstPid** <br>*optional*|the peer ID of the target Peer.|string|
|**errorType** <br>*optional*|the error type when failed to download from supernode that dfget will report to supernode|enum (FILE_NOT_EXIST, FILE_MD5_NOT_MATCH)|
|**expectedMd5** <br>*optional*|the MD5 value of piece which returned by the supernode that<br>in order to verify the correctness of the piece content which<br>downloaded from the other peers.|string|
Expand Down