Simultaneous UDP && TCP

Hello,
Arduino Ethernet Shield supports up to four simultaneous socket connections.

  1. Does it means I can connect with my arduino using TCP and UDP protocols simultaneously onto one port on a PC and both connections stays oppened simultaneously?
  2. Will it be then possible in one loop to send messages TCP and UDP as I choose without reopenning the connection?

Does anyone has the experiance with this?
Petr