Add zerocopy sendto

This commit is contained in:
Sebastian Huber
2015-02-12 13:34:09 +01:00
parent f18163088e
commit 5c0aa976d3
6 changed files with 418 additions and 0 deletions

View File

@@ -680,6 +680,7 @@ rtems.addRTEMSSourceFiles(
'rtems/rtems-bsd-kern_synch.c',
'rtems/rtems-bsd-log.c',
'rtems/rtems-bsd-malloc.c',
'rtems/rtems-bsd-mbuf.c',
'rtems/rtems-bsd-mutex.c',
'rtems/rtems-bsd-muteximpl.c',
'rtems/rtems-bsd-newproc.c',
@@ -2511,6 +2512,7 @@ tests.addTest('thread01', ['test_main'])
tests.addTest('mutex01', ['test_main'])
tests.addTest('condvar01', ['test_main'])
tests.addTest('ppp01', ['test_main'], runTest = False)
tests.addTest('zerocopy01', ['test_main'], runTest = False, netTest = True)
dhcpcd = Module('dhcpcd')
dhcpcd.addSourceFiles(