Brandon Nozaki Miller
|
bec3950022
|
Merge pull request #72 from Mostafa-Samir/win/fixes
Fixing retry logic and UDP4 default host
|
2016-07-14 16:03:22 -07:00 |
|
Mostafa Samir
|
f3f7bdbf3f
|
set client's 'explicitlyDisconnected' flag to true when disconnect is called
this is instead of using the 'stopRetrying' flag that would affect the retrying policy of other clients
|
2016-04-04 00:32:17 +02:00 |
|
Mostafa Samir
|
ec45f36ae0
|
updated comment by removing mention of windows
any syetem that has it first network interface on ipv6 will also fail if udp4 was bound on it, not just windows
|
2016-04-01 22:06:00 +02:00 |
|
Mostafa Samir
|
36457fa5bd
|
made udp4 socket default bind to an ipv4 address
it seems that on windows, binding a udp4 socket to an ipv6 address (here is ::1) raises and EINVAL error
|
2016-04-01 21:28:39 +02:00 |
|
Brandon Nozaki Miller
|
df0c6407c1
|
major revisions to binary, hex and other rawBuffer sockets
|
2016-03-23 00:07:37 -07:00 |
|
Brandon Nozaki Miller
|
143e23ca4d
|
migrating to es6
|
2016-01-10 20:59:40 -08:00 |
|