diff options
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/or.h b/src/or/or.h index 234a507d7a..82601c8ddd 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -219,7 +219,7 @@ typedef struct { unsigned char version; /* socks version number */ unsigned char command; /* command code */ - uint16_t destport; /* destination port, network order */ + uint16_t destport; /* destination port, host order */ uint32_t destip; /* destination address, host order */ /* userid follows, terminated by a \0 */ /* dest host follows, terminated by a \0 */ |