Implement socket IO in box stored procedures

Registered by Kostja Osipov

Provide socket I/O in box stored procedures.
What we need to have:
box.socket.udp() - UDP socket
box.socket.tcp()
box.socket.close()
box.socket.connect() - establish a connection
box.socket.send
box.socket.recv
box.socket.sendmsg (for UDP)
box.socket.recvmsg (for UDP)
box.socket.bind()
box.socket.listen()
box.socket.accept()
box.socket.readline()

Blueprint information

Status:
Complete
Approver:
Kostja Osipov
Priority:
High
Drafter:
Dmitry Simonenko
Direction:
Needs approval
Assignee:
Dmitry Simonenko
Definition:
Approved
Series goal:
None
Implementation:
Implemented
Milestone target:
milestone icon 1.4.9
Started by
Kostja Osipov
Completed by
Kostja Osipov

Related branches

Sprints

Whiteboard

(?)

Work Items

This blueprint contains Public information 
Everyone can see this information.

Subscribers

No subscribers.