Files
Hippolyzer/pyogp/lib/base/message/net.py
2008-07-30 20:35:58 +00:00

11 lines
198 B
Python

#returns true if packet was sent successfully
def send_packet(socket, send_buffer, size, ip_addr, port):
pass
#returns message and size, or None if error
def receive_packet(socket)
pass