List at least 4 TCP socket API function calls:
Open (establishes TCP connection)
Send (sends data from buffer via TCP connection)
Receive (copies incoming TCP data to a user buffer)
Close (closes the TCP connection)
Status (dependable, return information, such as: local socket, foreign socket, window size, TCP connection state, ….)
Abort (causes all pending send and receive operations to be aborted).
Select one of the following: