This is the mail archive of the ecos-patches@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug 1001656] New: FreeBSD: add AF_PACKET socket familiy


Please do not reply to this email. Use the web interface provided at:
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001656

           Summary: FreeBSD: add AF_PACKET socket familiy
           Product: eCos
           Version: CVS
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: high
         Component: Patches and contributions
        AssignedTo: unassigned@bugs.ecos.sourceware.org
        ReportedBy: bernd.edlinger@hotmail.de
                CC: ecos-patches@ecos.sourceware.org
             Class: Advice Request


Hello,

this patch implements the Raw Ethernet Packet Sockets in the Free BSD stack.

That is a pretty cool feature which can be found nowhere else.

A fiew minor bugs are fixed too:
  - strict aliasing fixed (IPv6)
  - mbuf leaks
  - multicast output, when no gateway is configured
  - IFF_ALLMULTI changeable
  - added SIOCGIFINDEX as in linux
  - fixed SIOCADDMULTI/SIOCDELMULTI work as in linux
  - error handling in accept() looses socket resource
  - send() behaves different on SS_NBIO and MSG_DONTWAIT
  - packet loss every 20 minutes when ARP timeout expires
  - sbcompress() optimized to create less fragments

-- 
Configure bugmail: http://bugs.ecos.sourceware.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]