Changes between Version 1 and Version 2 of HaikuBook/LegacyNetworkKit


Ignore:
Timestamp:
Nov 25, 2012, 2:25:45 PM (11 years ago)
Author:
nielx
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HaikuBook/LegacyNetworkKit

    v1 v2  
    11= Legacy Network Kit (BeOS R5) =
    22
    3 Haiku is fully compatible with the BeOS R5 network kit.
     3BeOS R5 contained a set of classes that provided C++ networking classes. The core of the functionality was in [[HaikuBook/LegacyNetworkKit/BNetEndpoint BNetEndpoint]] which represented a network endpoint that could be bound to a local address, or be connected to a remote endpoint. Data was sent using [[HaikuBook/LegacyNetworkKit/BNetBuffer BNetBuffer]] as an intermediary. This class enabled sending and receiving data without doing too much memory management. The final part of the kit is the [[HaikuBook/LegacyNetworkKit/BNetAddress BNetAddress]] class, which is an object that represents a local or remote address.
    44
    5 For newer software, please use the new Haiku classes.
     5Haiku is fully compatible with the BeOS R5 network kit, but we suggest you use the updated [[HaikuBook/NetworkKit Network Kit]] when writing new(er) software.
    66
     7 == List of Classes ==
     8[[TitleIndex(HaikuBook/LegacyNetworkKit/, hideprefix)]]