robertobucher / pysimCoder

Block diagram editor and real time code generator for Python
GNU General Public License v3.0
142 stars 31 forks source link

Common: struct sockaddr_in is defined in netinet/in.h by standard #77

Closed ppisa closed 4 months ago

ppisa commented 4 months ago

Without this header size of the structure is unknown on original BSD TCP/IP stack and code does not build for RTEMS which uses it.