Files
godot/core
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-07-05 16:52:31 +02:00
2016-05-29 11:37:52 -03:00
2017-01-01 22:03:33 +01:00
2017-01-16 08:49:52 +01:00
2017-01-11 00:52:51 -03:00
2017-01-08 21:33:37 +01:00
2017-01-16 08:49:52 +01:00
2017-01-01 22:03:33 +01:00
2017-01-01 22:03:33 +01:00
2017-01-01 22:03:33 +01:00