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
Fix#3: Remove the initializers from the arguments list whenever
using a local datagram socket in the #'create-socket function. I'm not sure whether this breaks functionality.
I'm not sure what the implications are when doing any of the ways, only that i makes the errors go away.
The text was updated successfully, but these errors were encountered:
'make-socket-pair doesn't work when you try to set the set the type as a datagram socket.
Fix#1: Just adding the slots to the 'socket-datagram-local class definition that won't initialize.
Fix#2: Add a parent class 'active-socket or 'passive-socket which include those slots to the 'socket-datagram-local class.
According to http://publib.boulder.ibm.com/infocenter/zvm/v6r1/topic/com.ibm.zvm.v610.edclv/socket.htm
datagram sockets don't have active or passive component to it.
Fix#3: Remove the initializers from the arguments list whenever
using a local datagram socket in the #'create-socket function. I'm not sure whether this breaks functionality.
I'm not sure what the implications are when doing any of the ways, only that i makes the errors go away.
The text was updated successfully, but these errors were encountered: