This website works better with JavaScript.
Home
Help
Sign In
pioder
/
sk-nat
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
poprawka testow
master
Piotr Dergun
7 years ago
parent
c7b131025a
commit
74f1d9d1f8
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
Main.cpp
+ 1
- 2
Main.cpp
View File
@ -29,8 +29,7 @@ int main(int argc, char *argv[])
p
.
setDstPort
(
80
)
;
cout
<
<
"
Wysylam wiadomosc:
"
;
pc1
.
send
(
p
)
;
cout
<
<
endl
;
cout
<
<
pc1
.
send
(
p
)
<
<
endl
;
cout
<
<
"
Wywoluje onRecv() na PC2
"
<
<
endl
;
pc2
.
onRecv
(
)
;
Write
Preview
Loading…
Cancel
Save