Home > Software engineering > Present [new] high performance network communication framework HP - Socket v5.7.1
Present [new] high performance network communication framework HP - Socket v5.7.1
Time:10-07
project home page: http://www.oschina.net/p/hp-socket development document: https://www.docin.com/p-2287339564.html download address: https://github.com/ldcsaa/HP-Socket
this update adding UDP Node component, a large number of new API!
v5.7.1 update
a, new components: UDP Node 1. The UDP Node without the concept of "connection", can send and receive data with any address 2. The UDP Node support three operation modes: unicast, multicast and broadcast 3. Increase the UDP Node component sample Demo 'TestUDPNode '4. The UDP work process Node
2, API update 1. All components increase the Wait () method, is used to waiting for components closed 2. All communication components increase SetReuseAddressPolicy () method, which allows you to set the address reuse strategy 3. All of the SSL communication components increase SetSSLCipherList () method, which allows you to set the SSL encryption suite 4. Lots of API update code refactoring, optimize