You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The server allocates a 4096 byte buffer and reads data into it from clients. But what if client sends a request that cannot fit into 4096 bytes?! This cannot work.
JEasyCrypto/JEasyCryptoServer/src/CryptoServer.java
Line 31 in a524ca3
The server allocates a 4096 byte buffer and reads data into it from clients. But what if client sends a request that cannot fit into 4096 bytes?! This cannot work.