Differences From Artifact [27e1b81eb2]:
- File src/resolver.h — part of check-in [5a31a537a1] at 2017-02-04 17:45:33 on branch trunk — Fix typos in comments and strings found by aspell (user: js, size: 2394) [annotate] [blame] [check-ins using]
To Artifact [d006d1407a]:
- File
src/resolver.h
— part of check-in
[4af49a13c3]
at
2017-05-07 20:10:13
on branch trunk
— Small code style change
Casts are now written like types in variable declarations. (user: js, size: 2400) [annotate] [blame] [check-ins using]
| ︙ | |||
53 54 55 56 57 58 59 | 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 | - - + + |
uint16_t port, int protocol);
/*!
* @brief Converts the specified address to a string and port pair.
*
* @param address The address to convert to a string
* @param addressLength The length of the address to convert to a string
|
| ︙ |