Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • pmai's avatar
    e4f46e65
    Corrected a small byte-ordering issue in the new definition of · e4f46e65
    pmai authored
    connect-to-inet-socket.  Since CL byte operations are defined
    to work on numbers in host order, which might or might not be the
    same as network order, working portably on network ordered numbers
    requires conditionalization based on the backend byte-order.  Hence
    it is almost always better to work on host ordered numbers directly.
    e4f46e65
    History
    Corrected a small byte-ordering issue in the new definition of
    pmai authored
    connect-to-inet-socket.  Since CL byte operations are defined
    to work on numbers in host order, which might or might not be the
    same as network order, working portably on network ordered numbers
    requires conditionalization based on the backend byte-order.  Hence
    it is almost always better to work on host ordered numbers directly.