Files
godot/core/io
Fabio Alessandrelli 88a56ba783 Remove set_ip_type from network classes (no longer needed)
- TCP:
  - `listen` bind to wildcard "*" -> dual stack socket
  - `listen` bind to address -> socket from address type
  - `connect` -> resolve using best protocol (UNSPEC), socket from address type

- UDP:
  - `listen` bind to wildcard "*" -> dual stack socket
  - `listen` bind to address -> socket from address type
  - `put_packet`/`put_var` -> resolve using TYPE_ANY (UNSPEC), socket from address type
    (to change socket type you must first call `close` it)
2017-01-23 20:18:22 +01:00
..
2017-01-16 08:48:24 +01:00
2016-03-09 00:00:52 +01:00
2017-01-11 00:52:51 -03:00
2017-01-11 00:52:51 -03:00
2014-02-09 22:10:30 -03:00
2014-02-09 22:10:30 -03:00
2016-03-09 00:00:52 +01:00
2014-02-09 22:10:30 -03:00
2014-02-09 22:10:30 -03:00
2016-06-13 00:19:45 +02:00
2017-01-14 14:52:23 +01:00