This website requires JavaScript.
Explore
Help
Sign In
GitHub
/
BlueSocket
Watch
1
Star
0
Fork
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
0.12.60
BlueSocket
/
Sources
T
History
Bill Abt
19163ec97e
In the connect API, If the socket is in blocking mode it will be changed to non-blocking mode temporarily if a timeout greater than zero (0) is provided. The returned socket will be set back to its original setting (blocking or non-blocking). This obviates the need to set the socket into non-blocking mode in order to utilize the connection timeout.
2017-08-06 10:15:17 -04:00
..
Info.plist
Xcode project file changes due to rename from BlueSocket to Socket.
2016-03-24 15:42:32 -04:00
Socket.h
Xcode project file changes due to rename from BlueSocket to Socket.
2016-03-24 15:42:32 -04:00
Socket.swift
In the connect API, If the socket is in blocking mode it will be changed to non-blocking mode temporarily if a timeout greater than zero (0) is provided. The returned socket will be set back to its original setting (blocking or non-blocking). This obviates the need to set the socket into non-blocking mode in order to utilize the connection timeout.
2017-08-06 10:15:17 -04:00
SocketProtocols.swift
Added missing parameter description and build only on linux
2017-06-09 06:55:23 +03:00
SocketUtils.swift
Cast mask to Int32
2017-05-12 16:24:29 -05:00