Programming and posix getting started
Manuals
Brands
HP Manuals
Software
MPE/iX 6.5 Operating System
21
22
23
24
25
26
27
28
29
30
27
Sockets
•
InterProcess communciation
ac
ross
systems via soc
ket address:
–
32
-
bit IPv4 addre
ss
–
Internet or Unix (local)
–
Port number
•
Functions
–
Server: socket, bind, liste
n, accept, read
–
Client: socket,
connect, w
rite
1
...
...
25
26
27
28
29
...
...
42