Answer:
import regex as re
def in_parentheses(a_string):
regeX = re.compile(".*?\((.*?)\)")
result = re.findall(regeX, a_string)
return str(result).replace("[","").replace("]","")
print("test 1: "+in_parentheses("Open ( only"))
print("test 2: "+in_parentheses("This is a sentence (words!)."))
I am not 100% on this but i think you would want a Large depth of field.
They are both IP packets; both TCP and UDP use IP as their basis. TCP is used to create a channel with flow control, UDP just sends single packets that may get lost.