Unix Socket Programming Interview Questions
Questions Answers Views Company eMail

How often should I re-transmit un-acknowleged messages?

1 1692

of the socket? Does doing a connect() call affect the receive behaviour?

1 1915

When should I use UDP instead of TCP?

1 1827

How can I read only one character at a time?

1 1946

What is the difference between SO_REUSEADDR and SO_REUSEPORT?

1589

How do I get my server to find out the clients address / host- name?

1 1775

What exactly does SO_KEEPALIVE do?

1 1722

What exactly does SO_REUSEADDR do?

1 1909

How come I get address already in use from bind()?

1 1776

Why do I get connection refused when the server is not running?

1 1993

How can I set the timeout for the connect() system call?

1296

Why does connect() succeed even before my server did an accept()?

1 1784

How do I convert a string into an internet address?

1095

What are socket exceptions? What is out-of-band data?

1 1917

Why do I keep getting EINTR from the socket calls?

1 1765


Post New Unix Socket Programming Questions

Un-Answered Questions { Unix Socket Programming }

What is a deep well socket?

717


What is socket address?

795


What is a socket connection?

712


What pieces of information make up a socket?

751


How to find other end of unix socket connection?

691


Are sockets files?

672


What is af_inet in socket?

649


What is a socket address?

713


What is socket address with example?

671


How do I convert a string into an internet address?

1095


Why sockets are used?

693


What's better 6pt or 12pt sockets?

637


How does unix socket work?

684


How many sockets can a cpu have?

651


What are the pros/cons of select(), non-blocking I/O and SIGIO?

1140