在收发之前, 如果是tcp的server端,还需要bind, listen和accept。 如果是tcp的client端,还需要connect。 如果是udp的server端,还需要bind。 如果是udp的client端,打开socket后,就可以readfrom和sendto了。