VirtualBox

Ignore:
Timestamp:
Mar 18, 2015 4:59:50 AM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
99029
Message:

NAT: G/c ancient abandoned VBOX_WITH_SLIRP_BSD_SBUF experiment.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/slirp/tcp_output.c

    r51904 r54827  
    422422        {
    423423#endif
    424 #ifndef VBOX_WITH_SLIRP_BSD_SBUF
    425424            sbcopy(&so->so_snd, off, (int) len, mtod(m, caddr_t) + hdrlen);
    426425            m->m_len += len;
    427 #else
    428             m_copyback(pData, m, hdrlen, len, sbuf_data(&so->so_snd) + off);
    429 #endif
    430426#if 0
    431427        }
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette