mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -05:00
[bittorent] signed char
This commit is contained in:
parent
53a3914e47
commit
1c618b1cd4
@ -100,7 +100,7 @@ enum bittorrent_message_id {
|
|||||||
BITTORRENT_MESSAGE_CANCEL = 8,
|
BITTORRENT_MESSAGE_CANCEL = 8,
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef char bittorrent_message_id_T;
|
typedef signed char bittorrent_message_id_T;
|
||||||
|
|
||||||
/** The peer request matches information sent in the request and cancel messages
|
/** The peer request matches information sent in the request and cancel messages
|
||||||
* in the peer-wire protocol. See the piece cache header file (cache.h) for more
|
* in the peer-wire protocol. See the piece cache header file (cache.h) for more
|
||||||
|
Loading…
x
Reference in New Issue
Block a user