Hi all!
        Today I've implemented a little debug facility that sends out some data
using netconn api in broadcast mode. It took a while until I figured
out, that broadcast transmission is disabled by default and requires
SOF_BROADCAST to be set in the pcbs so_options member. I found the macro
ip_set_option in ip.h but that requires that I have to select the ip
member from the pcb union in struct netconn...
        Now I wonder what the recommended way is to set this flag using netconn
api.

        Best regards
                Jan

PS: I'm using version 2.0.1.

_______________________________________________
lwip-users mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to