Skip to content
Snippets Groups Projects
  • rswindell's avatar
    fef0922e
    Fix client_t structure size issue introduced in ipv6 commit: · fef0922e
    rswindell authored
    bcc32 pads differently than msvc when an odd-sized string is inserted in
    the middle of a structure, so chagne the addr[] field to a nice "power of 2"
    size: 128. This allows sbbsctrl.exe client window to work again.
    Use uint16_t instead of WORD for the TCP port element, just because.
    fef0922e
    History
    Fix client_t structure size issue introduced in ipv6 commit:
    rswindell authored
    bcc32 pads differently than msvc when an odd-sized string is inserted in
    the middle of a structure, so chagne the addr[] field to a nice "power of 2"
    size: 128. This allows sbbsctrl.exe client window to work again.
    Use uint16_t instead of WORD for the TCP port element, just because.