You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kinc_socket_connect doesn't allow to set the protocol type (tcp, udp) nor socket options (non_blocking, broadcast, tcp_no_delay). Currently this is only possible when creating listening sockets with kinc_socket_open.
How about splitting up kinc_socket_open into something like:
@ RobDangerous Hi, I hope this doesn't come across as rude, but let me bump this issue since quite a few people are waiting for socket support in Armorcore which is currently on hold due to this question being unanswered (as far as I understand it this issue is just a question about the API design and @ tong could implement it).
With socket support we could finally fix an annoying limitation of Armory's live patch feature (and then add more stuff to it) and someone on the Armory Discord is creating networking logic nodes which currently do not work on the Krom target because of this.
kinc_socket_connect
doesn't allow to set the protocol type (tcp, udp) nor socket options (non_blocking, broadcast, tcp_no_delay). Currently this is only possible when creating listening sockets withkinc_socket_open
.How about splitting up
kinc_socket_open
into something like:So we can use kinc_socket_new and kinc_socket_options_set for socket_open and socket_connect.
The text was updated successfully, but these errors were encountered: