You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The WIZNET5K driver stores a single value for a source port as an instance variable. Source ports are set per hardware socket before each socket is opened.
I don't think this should be an instance variable, but should be an attribute of the socket_open method. The 'port' attribute can default to 0 so that a random port is still assigned if no port is specified.
The WIZNET5K driver stores a single value for a source port as an instance variable. Source ports are set per hardware socket before each socket is opened.
I don't think this should be an instance variable, but should be an attribute of the
socket_open
method. The 'port' attribute can default to 0 so that a random port is still assigned if no port is specified.is more intuitive and less prone to error than
The text was updated successfully, but these errors were encountered: