I have a class of type connector and am trying to insert it at the head of the link by calling add-to-head. However, my recv() function in my connector class does not get called when in incoming packet is received. It just bypasses my recv(). Does anyone know why? Thanks