tcp tag

19 questions


1 answers
61 views
0
I can't send and receive javatcp files well

on the transmission sidebis = new BufferedInputStreammade out ofdata = 4096while (len = bis.read(data)) != -1) dos.write(data, 0, len);I'm flying it like thisThe len value goes to 4096 consistently wh...

2 years ago

1 answers
58 views
0
Does tcp not have a subaddress?

Common http addresses are 192.168.0.1/happy/indexIP addresses can be added after IP addresses.But that's not possible in the tcp address system, do you just use IP address: port number?Thank you.

tcp
2 years ago

1 answers
122 views
0
Is TCP server always the subject that sends TCP IP/Keepalive packets?

If there is no data exchange after the TCP connection is established, the function of sending probe packets and receiving ack to check if the connection is still ongoing is called keepalive.When there...

tcp
2 years ago

1 answers
118 views
0
Transmission of music file data from Raspberry to Android via tcp communication

I am looking for a way to listen to sound on Android by transmitting mp3 or wav files stored in Raspberry's folder to Android, such as the frequency of music files, via tcp communication. If you don't...

2 years ago

2 answers
93 views
0
I have a question while studying TCP/IP.

My question is two.I found out by researching that the name tcp/ip itself does not refer to a specific protocol, but to a word that refers to the whole. And there are about 100 protocols in the TCP/IP...

2 years ago

1 answers
114 views
0
I wonder if there are any precautions when designing TCP messages.

Hi, everyone.Until now, I've been working only on HTTP.Attempting to port over TCP.I'd like to apply it to text, image transmission, and security support.HTTP is based on text, so if you use JSON, the...

tcp
2 years ago

1 answers
67 views
0
How to run independent functions on the mfc server

Hi, how are you?The mfc server is currently conducting socket communication When you load db through the db lookup function installed in the server, When a large amount of db is loaded, the process it...

2 years ago

1 answers
122 views
0
Network (programming) Study book questions

I was recommended a good book when studying tcp/ip socket and network programmingThe books areThis is.What are the advantages and disadvantages of each book in studying for beginners?Also, in the case...

2 years ago

1 answers
128 views
0
I'm using web hosting and I have a question.

I am using the server because I applied for web hosting instead of server hosting at Cafe 24.While studying TCP/IP, I was making 1:1 chat as a practiceNot long ago, I created and ran a TCP server on m...

2 years ago
« - 2 -

© 2024 OneMinuteCode. All rights reserved.